Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Honor --silent for labels
[gitweb.git]
/
contrib
/
fast-import
/
git-p4
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index fcdfe22a45ad58ea4bf8b7fa0979b256a622c987..65660e135169b83b5cbb3f7f9f4f0f067baba5e8 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-807,7
+807,7
@@
class P4Sync(Command):
self.labels = {}
l = p4CmdList("labels %s..." % self.globalPrefix)
- if len(l) > 0:
+ if len(l) > 0
and not silent
:
print "Finding files belonging to labels in %s" % self.globalPrefix
for output in l: