Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Forgot to remove this return statement from debugging
author
Simon Hausmann
<simon@lst.de>
Thu, 24 May 2007 20:10:40 +0000
(22:10 +0200)
committer
Simon 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
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
d1874ed
)
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index b587e79b482975cff1e366a1d3c33ea95e944a3a..bfd950d53d092b1ae6aca4e4fdace63c23074d18 100755
(executable)
--- 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()
if len(self.p4BranchesInGit) == 0:
self.createBranchesFromOrigin()
self.listExistingP4GitBranches()
- return True
if self.verbose:
print "branches: %s" % self.p4BranchesInGit
if self.verbose:
print "branches: %s" % self.p4BranchesInGit