From: Zac Medico Date: Thu, 17 Jul 2008 16:05:27 +0000 (-0000) Subject: Also, don't count "merges" as changes in the status display. X-Git-Tag: v2.2_rc2~55 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e95d1ea30066851ab35155877153ccf5774e3f4b;p=portage.git Also, don't count "merges" as changes in the status display. svn path=/main/trunk/; revision=11113 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 7f33b31f2..52c03fcbc 100644 --- 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):