hgext/progress.py
changeset 10441 dc0d1ca2d378
parent 10439 509f4ed56509
child 10450 b4fd900569b1
--- a/hgext/progress.py	Sat Feb 13 15:34:44 2010 +0100
+++ b/hgext/progress.py	Sat Feb 13 09:49:06 2010 -0600
@@ -155,7 +155,7 @@
         if pos is None:
             if self.topics and self.topics[-1] == topic and self.printed:
                 self.complete()
-            self.resetstate()
+                self.resetstate()
         else:
             if topic not in self.topics:
                 self.topics.append(topic)