From 9e59455b3ec09e1dbe6a1eece39ec1185a64284d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 8 Feb 2007 04:22:27 +0000 Subject: Make the "lfull" output more succinct by omitting categories for which there are no violations. svn path=/main/trunk/; revision=5928 --- bin/repoman | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index 2b93ef8e5..28b63b4ed 100755 --- a/bin/repoman +++ b/bin/repoman @@ -304,8 +304,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