summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/repoman b/bin/repoman
index 7ad540fc8..9acc68b3e 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1510,9 +1510,10 @@ else:
print "*",green(str(len(myupdates))),"files being committed...",green(str(len(myheaders))),"have headers that will change."
print "*","Files with headers will cause the manifests to be made and recommited."
- print "myupdates:",myupdates
- print "myheaders:",myheaders
- print
+ if quiet == 0:
+ print "myupdates:",myupdates
+ print "myheaders:",myheaders
+ print
unlinkfile=0
if not (commitmessage or commitmessagefile):
print "Please enter a CVS commit message at the prompt:"