hgext/progress.py
changeset 16676 654b9e1966f7
parent 15772 83a140752239
child 16743 38caf405d010
--- a/hgext/progress.py	Fri May 11 15:13:13 2012 +0200
+++ b/hgext/progress.py	Fri May 11 18:41:04 2012 +0200
@@ -237,7 +237,7 @@
             # truncate the list of topics assuming all topics within
             # this one are also closed
             if topic in self.topics:
-              self.topics = self.topics[:self.topics.index(topic)]
+                self.topics = self.topics[:self.topics.index(topic)]
         else:
             if topic not in self.topics:
                 self.starttimes[topic] = now