From: Richard Heck Date: Mon, 4 Jun 2012 19:25:27 +0000 (-0400) Subject: Update postats.py for git. X-Git-Tag: 2.0.4~32 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1616b470dad0e2b204e51ec4472bba03eae4d959;p=features.git Update postats.py for git. --- diff --git a/po/postats.py b/po/postats.py index 44626f9276..ca4787cf29 100755 --- a/po/postats.py +++ b/po/postats.py @@ -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 """