From 4e4caf890fd53e02c43708e513dbbb6f2ea0aa6e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Apr 2006 07:38:19 +0000 Subject: dont dump debug update info in quiet mode svn path=/main/trunk/; revision=3170 --- bin/repoman | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bin') 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:" -- cgit v1.2.3-1-g7c22