Make the "lfull" output more succinct by omitting categories for which there are... v2.1.2-r9
authorZac Medico <zmedico@gentoo.org>
Thu, 8 Feb 2007 04:23:33 +0000 (04:23 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 8 Feb 2007 04:23:33 +0000 (04:23 -0000)
svn path=/main/branches/2.1.2/; revision=5929

bin/repoman

index 0341c825e7a3c3b1abc3eb128619ca151a1bb2e3..daa19afdbd193767968820dd542e2a423cd0576b 100755 (executable)
@@ -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]`)