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:
13b8d8f
)
fix variable usage (oops)
author
Simon Hausmann
<simon@luria.(none)>
Sun, 8 Apr 2007 08:15:47 +0000
(10:15 +0200)
committer
Simon Hausmann
<simon@luria.(none)>
Sun, 8 Apr 2007 08:15:47 +0000
(10:15 +0200)
git-p4
patch
|
blob
|
history
diff --git
a/git-p4
b/git-p4
index
28b0885
..
72fa48a
100755
(executable)
--- a/
git-p4
+++ b/
git-p4
@@
-808,7
+808,7
@@
class P4Sync(Command):
self.labels = {}
l = p4CmdList("labels %s..." % self.globalPrefix)
- if len(l) > 0 and not silent:
+ if len(l) > 0 and not s
elf.s
ilent:
print "Finding files belonging to labels in %s" % self.globalPrefix
for output in l: