projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c45b1cf
)
fix variable usage (oops)
author
Simon Hausmann
<simon@lst.de>
Sun, 8 Apr 2007 08:15:47 +0000
(10:15 +0200)
committer
Simon Hausmann
<simon@lst.de>
Sun, 8 Apr 2007 08:15:47 +0000
(10:15 +0200)
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4
patch
|
blob
|
history
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index 28b088544b157342614383177bc7a7a707889531..72fa48af04a7dc4f3c736ad4c0642631dab41370 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/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: