]> git.lyx.org Git - features.git/commitdiff
Update postats.py for git.
authorRichard Heck <rgheck@lyx.org>
Mon, 4 Jun 2012 19:25:27 +0000 (15:25 -0400)
committerRichard Heck <rgheck@lyx.org>
Mon, 4 Jun 2012 19:25:51 +0000 (15:25 -0400)
po/postats.py

index 44626f92767321e21ff4c471ec49fc6704f2801d..ca4787cf29bef4ca4e9688516af07e96d0e9d819 100755 (executable)
@@ -30,7 +30,7 @@ Invocation:
 # modify this when you change branch
 # Note that an empty lyx_branch variable (ie svn trunk)
 # will "do the right thing".
-lyx_branch="BRANCH_2_0_X"
+lyx_branch="2.0.x"
 # these po-files will be skipped:
 ommitted = ('en.po')
 
@@ -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