]> git.lyx.org Git - lyx.git/blobdiff - po/postats.py
Implement new recordUndoBufferParams method.
[lyx.git] / po / postats.py
index 7d26e244f2028df1c9824e97ffcd85d230b27f06..29a243eccc5581d0f98f01f141542bd54326c78e 100755 (executable)
@@ -127,9 +127,9 @@ array ( 'langcode' => '%(langcode)s', "date" => "%(date)s",
 
 if __name__ == "__main__":
     if lyx_branch:
-        branch_tag = "branches/%s" % lyx_branch
+        branch_tag = lyx_branch
     else:
-        branch_tag = "trunk"
+        branch_tag = "master"
 
 
     print """<?php