diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-02-08 04:22:27 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-02-08 04:22:27 +0000 |
commit | 9e59455b3ec09e1dbe6a1eece39ec1185a64284d (patch) | |
tree | f1258db255afa996433833fe715a16a918462e6a | |
parent | 77a9b899a9279a0740acd2f9288ff0d5afb5bf42 (diff) | |
download | portage-9e59455b3ec09e1dbe6a1eece39ec1185a64284d.tar.gz portage-9e59455b3ec09e1dbe6a1eece39ec1185a64284d.tar.bz2 portage-9e59455b3ec09e1dbe6a1eece39ec1185a64284d.zip |
Make the "lfull" output more succinct by omitting categories for which there are no violations.
svn path=/main/trunk/; revision=5928
-rwxr-xr-x | bin/repoman | 3 |
1 files changed, 1 insertions, 2 deletions
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]`) |