From 8d336ab9cb3479b504ae30f4088530e3448ef3ed Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 8 Feb 2007 04:23:33 +0000 Subject: Make the "lfull" output more succinct by omitting categories for which there are no violations. (trunk r5928) svn path=/main/branches/2.1.2/; revision=5929 --- bin/repoman | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index 0341c825e..daa19afdb 100755 --- a/bin/repoman +++ b/bin/repoman @@ -303,8 +303,7 @@ def last(): if x not in qawarnings: dofail=1 else: - if mymode!="lfull": - continue + continue print " "+ x.ljust(20), if stats[x]==0: print green(`stats[x]`) -- cgit v1.2.3-1-g7c22