Honor --silent for labels

Signed-off-by: Simon Hausmann <simon@lst.de>
maint
Simon Hausmann 2007-04-08 09:00:55 +02:00
parent cb53e1f8e9
commit 68ed351ab5
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ class P4Sync(Command):
self.labels = {} self.labels = {}


l = p4CmdList("labels %s..." % self.globalPrefix) 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 print "Finding files belonging to labels in %s" % self.globalPrefix


for output in l: for output in l: