Cross Forests
/
projects
/
python
/
fast-export.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a9bd9a
)
Forgot to remove this return statement from debugging
author
Simon Hausmann
<simon@luria.(none)>
Thu, 24 May 2007 20:10:40 +0000
(22:10 +0200)
committer
Simon Hausmann
<simon@luria.(none)>
Thu, 24 May 2007 20:10:40 +0000
(22:10 +0200)
git-p4
patch
|
blob
|
history
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