changeset 16676:654b9e1966f7

progress: fix indentation
author Martin Geisler <mg@lazybytes.net>
date Fri, 11 May 2012 18:41:04 +0200
parents f29f187ee73d
children 525fdb738975
files hgext/progress.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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