From 1616b470dad0e2b204e51ec4472bba03eae4d959 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 4 Jun 2012 15:25:27 -0400 Subject: [PATCH] Update postats.py for git. --- po/postats.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 """