Browse Source

More work in --silent support.

Signed-off-by: Simon Hausmann <hausmann@kde.org>
maint
Simon Hausmann 18 years ago
parent
commit
47e33ec082
  1. 3
      contrib/fast-import/p4-fast-export.py

3
contrib/fast-import/p4-fast-export.py

@ -42,7 +42,8 @@ for o, a in opts: @@ -42,7 +42,8 @@ for o, a in opts:
silent= True

if len(args) == 0 and len(globalPrefix) != 0:
print "[using previously specified depot path %s]" % globalPrefix
if not silent:
print "[using previously specified depot path %s]" % globalPrefix
elif len(args) != 1:
print "usage: %s //depot/path[@revRange]" % sys.argv[0]
print "\n example:"

Loading…
Cancel
Save