format: fix indentation level stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Aug 2018 02:41:33 +0200
branchstable
changeset 3925 3c2a464ae6fc
parent 3922 9839463088ac
child 3926 35172bd95e57
format: fix indentation level Previous change got pushed without the fix by mistake.
hgext3rd/topic/__init__.py
--- 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: