# HG changeset patch # User Bjoern Ricks # Date 1314956601 0 # Node ID 1f7746e2288e7fd66a0f2d2b49c68841f25501e7 # Parent 19a3051caebd3470390997420971b78eef2891b0 Fix typo diff -r 19a3051caebd -r 1f7746e2288e treepkg/git.py --- 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)