hgext3rd/topic/__init__.py
branchstable
changeset 3925 3c2a464ae6fc
parent 3922 9839463088ac
child 3938 2c5d79c6459c
--- a/hgext3rd/topic/__init__.py	Thu Aug 02 02:15:48 2018 +0200
+++ b/hgext3rd/topic/__init__.py	Thu Aug 02 02:41:33 2018 +0200
@@ -489,7 +489,7 @@
                     ui.status('active topic %r is now empty\n' % ct)
                     if ('phase' in getattr(tr, 'names', ())
                             or any(n.startswith('push-response')
-                            for n in getattr(tr, 'names', ()))):
+                                   for n in getattr(tr, 'names', ()))):
                         ui.status(_("(use 'hg topic --clear' to clear it if needed)\n"))
                 hint = _("(see 'hg help topics' for more information)\n")
                 if ctwasempty and not empty: