projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77a9b89
)
Make the "lfull" output more succinct by omitting categories for which there are...
author
Zac Medico
<zmedico@gentoo.org>
Thu, 8 Feb 2007 04:22:27 +0000
(
04:22
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 8 Feb 2007 04:22:27 +0000
(
04:22
-0000)
svn path=/main/trunk/; revision=5928
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 2b93ef8e55c5dc05950c71a7507f204474d1f430..28b63b4ed6293a70c8a60ff3d3d351aed299c47e 100755
(executable)
--- 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]`)