Mercurial > treepkg
changeset 561:1f7746e2288e
Fix typo
author | Bjoern Ricks <bricks@intevation.de> |
---|---|
date | Fri, 02 Sep 2011 09:43:21 +0000 |
parents | 19a3051caebd |
children | e188e780977b |
files | treepkg/git.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/treepkg/git.py Fri Sep 02 09:36:05 2011 +0000 +++ b/treepkg/git.py Fri Sep 02 09:43:21 2011 +0000 @@ -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)