dont dump debug update info in quiet mode
authorMike Frysinger <vapier@gentoo.org>
Mon, 17 Apr 2006 07:38:19 +0000 (07:38 -0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 17 Apr 2006 07:38:19 +0000 (07:38 -0000)
svn path=/main/trunk/; revision=3170

bin/repoman

index 7ad540fc86c7e3b4751784fbac49ea123b01dbc7..9acc68b3e85a4af5398b48152619d4192d788051 100755 (executable)
@@ -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:"