# HG changeset patch # User Pierre-Yves David # Date 1533170493 -7200 # Node ID 3c2a464ae6fc7a6cd507e5e166e796c150bf55ad # Parent 9839463088acbbfc45b77acd8b9cdd927d7ca2e7 format: fix indentation level Previous change got pushed without the fix by mistake. diff -r 9839463088ac -r 3c2a464ae6fc 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: