Make the "lfull" output more succinct by omitting categories for which there are...
authorZac Medico <zmedico@gentoo.org>
Thu, 8 Feb 2007 04:22:27 +0000 (04:22 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 8 Feb 2007 04:22:27 +0000 (04:22 -0000)
svn path=/main/trunk/; revision=5928

bin/repoman

index 2b93ef8e55c5dc05950c71a7507f204474d1f430..28b63b4ed6293a70c8a60ff3d3d351aed299c47e 100755 (executable)
@@ -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]`)