projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6428d5e
)
Also, don't count "merges" as changes in the status display.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Jul 2008 16:05:27 +0000
(16:05 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 17 Jul 2008 16:05:27 +0000
(16:05 -0000)
svn path=/main/trunk/; revision=11113
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 7f33b31f26a737991aa71b61b7fc1e4425a720a6..52c03fcbcfd3a778970a1a0c54e3b4fbceef52a8 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-8311,7
+8311,7
@@
class TaskScheduler(object):
class JobStatusDisplay(object):
- _bound_properties = ("curval", "
merges", "
running")
+ _bound_properties = ("curval", "running")
_jobs_column_width = 45
def __init__(self, quiet=False):