From: Zac Medico Date: Thu, 8 Feb 2007 04:22:27 +0000 (-0000) Subject: Make the "lfull" output more succinct by omitting categories for which there are... X-Git-Tag: v2.2_pre1~1733 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e59455b3ec09e1dbe6a1eece39ec1185a64284d;p=portage.git Make the "lfull" output more succinct by omitting categories for which there are no violations. svn path=/main/trunk/; revision=5928 --- 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]`)