summaryrefslogtreecommitdiff
path: root/contrib/fast-import/git-p4
diff options
context:
space:
mode:
authorLibravatar Simon Hausmann <simon@lst.de>2007-05-24 22:10:40 +0200
committerLibravatar Simon Hausmann <simon@lst.de>2007-05-24 22:10:40 +0200
commit2cc58fd99ae5bc5845792393f232853da1ff6082 (patch)
treeee239429f26b2cd5306ae954f5aaf71e30d2c96f /contrib/fast-import/git-p4
parentFix creating the remotes/p4 branches based on origin/* for the multi-branch i... (diff)
downloadtgif-2cc58fd99ae5bc5845792393f232853da1ff6082.tar.xz
Forgot to remove this return statement from debugging
Signed-off-by: Simon Hausmann <simon@lst.de>
Diffstat (limited to 'contrib/fast-import/git-p4')
-rwxr-xr-xcontrib/fast-import/git-p41
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index b587e79b48..bfd950d53d 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/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