Forgot to remove this return statement from debugging
authorSimon Hausmann <simon@luria.(none)>
Thu, 24 May 2007 20:10:40 +0000 (22:10 +0200)
committerSimon Hausmann <simon@luria.(none)>
Thu, 24 May 2007 20:10:40 +0000 (22:10 +0200)
git-p4

diff --git a/git-p4 b/git-p4
index b587e79..bfd950d 100755 (executable)
--- a/git-p4
+++ b/git-p4
@@ -862,7 +862,6 @@ class P4Sync(Command):
             if len(self.p4BranchesInGit) == 0:
                 self.createBranchesFromOrigin()
                 self.listExistingP4GitBranches()
-                return True
 
             if self.verbose:
                 print "branches: %s" % self.p4BranchesInGit