зеркало из https://github.com/microsoft/git.git
More work in --silent support.
Signed-off-by: Simon Hausmann <hausmann@kde.org>
This commit is contained in:
Родитель
161958cc2f
Коммит
47e33ec082
|
@ -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:"
|
||||
|
|
Загрузка…
Ссылка в новой задаче