changeset 14174 | bab267e7fc1a |
parent 14139 | 4e5a36eeefd1 |
child 14247 | c9720ada999c |
--- a/hgext/progress.py Sun May 01 18:56:27 2011 +0200 +++ b/hgext/progress.py Sun May 01 17:20:40 2011 +0200 @@ -238,7 +238,7 @@ self.topicstates[topic] = pos, item, unit, total if now - self.lastprint >= self.refresh and self.topics: self.lastprint = now - current = self.topics[-1] + self.topics[-1] self.show(now, topic, *self.topicstates[topic]) def uisetup(ui):