Cross Forests
/
projects
/
python
/
fast-export.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21dc7ef
)
Another silent fix
author
Simon Hausmann
<hausmann@kde.org>
Thu, 22 Feb 2007 08:22:36 +0000
(09:22 +0100)
committer
Simon Hausmann
<hausmann@kde.org>
Thu, 22 Feb 2007 08:22:36 +0000
(09:22 +0100)
p4-fast-export.py
patch
|
blob
|
history
diff --git
a/p4-fast-export.py
b/p4-fast-export.py
index
b395489
..
0541f84
100755
(executable)
--- a/
p4-fast-export.py
+++ b/
p4-fast-export.py
@@
-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:"