]> git.lyx.org Git - features.git/commitdiff
Port postats.py from branch 2.0.x
authorVincent van Ravesteijn <vfr@lyx.org>
Thu, 30 May 2013 18:09:26 +0000 (20:09 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Thu, 30 May 2013 18:10:39 +0000 (20:10 +0200)
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