hgext/progress.py
changeset 14247 c9720ada999c
parent 14174 bab267e7fc1a
child 14280 98e4d3914c2e
--- a/hgext/progress.py	Sat May 07 17:25:02 2011 +0200
+++ b/hgext/progress.py	Sat May 07 17:25:12 2011 +0200
@@ -238,7 +238,6 @@
             self.topicstates[topic] = pos, item, unit, total
             if now - self.lastprint >= self.refresh and self.topics:
                 self.lastprint = now
-                self.topics[-1]
                 self.show(now, topic, *self.topicstates[topic])
 
 def uisetup(ui):