projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a9ef8
)
Make the "lfull" output more succinct by omitting categories for which there are...
v2.1.2-r9
author
Zac Medico
<zmedico@gentoo.org>
Thu, 8 Feb 2007 04:23:33 +0000
(
04:23
-0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 0341c825e7a3c3b1abc3eb128619ca151a1bb2e3..daa19afdbd193767968820dd542e2a423cd0576b 100755
(executable)
--- 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]`)