[Treepkg-commits] r524 - trunk/treepkg
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Sep 2 11:43:22 CEST 2011
Author: bricks
Date: 2011-09-02 11:43:21 +0200 (Fri, 02 Sep 2011)
New Revision: 524
Modified:
trunk/treepkg/git.py
Log:
Fix typo
Modified: trunk/treepkg/git.py
===================================================================
--- trunk/treepkg/git.py 2011-09-02 09:36:05 UTC (rev 523)
+++ trunk/treepkg/git.py 2011-09-02 09:43:21 UTC (rev 524)
@@ -78,7 +78,7 @@
tbranch = tbranch.strip()
if tbranch.startswith("*"):
cur_branch = tbranch[2:]
- tbranch = curbranch
+ tbranch = cur_branch
all_branches.append(tbranch)
if not self.local_branch in all_branches:
self.checkout_branch(localdir)
More information about the Treepkg-commits
mailing list