]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Forgot to remove this return statement from debugging
authorSimon Hausmann <simon@lst.de>
Thu, 24 May 2007 20:10:40 +0000 (22:10 +0200)
committerSimon Hausmann <simon@lst.de>
Thu, 24 May 2007 20:10:40 +0000 (22:10 +0200)
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4

index b587e79b482975cff1e366a1d3c33ea95e944a3a..bfd950d53d092b1ae6aca4e4fdace63c23074d18 100755 (executable)
@@ -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