diff -r 1bc4b0807c37 -r eb928f5728c4 hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Wed May 23 11:37:37 2018 +0200 +++ b/hgext3rd/topic/__init__.py Wed May 23 12:16:24 2018 +0200 @@ -487,6 +487,9 @@ empty = csetcount == 0 if empty and not ctwasempty: ui.status('active topic %r is now empty\n' % ct) + if ('phase' in tr.names + or any(n.startswith('push-response') for n in 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: if csetcount == 1: