From: Zac Medico Date: Thu, 8 Feb 2007 04:23:33 +0000 (-0000) Subject: Make the "lfull" output more succinct by omitting categories for which there are... X-Git-Tag: v2.1.2-r9 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8d336ab9cb3479b504ae30f4088530e3448ef3ed;p=portage.git 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 --- 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]`)