hgext/transplant.py
changeset 42532 12243f15d53e
parent 42530 dc3fdd1b5af4
child 42717 0a4303c77637
--- a/hgext/transplant.py	Sun Jun 09 01:13:13 2019 +0530
+++ b/hgext/transplant.py	Sun Jun 09 02:12:58 2019 +0530
@@ -760,6 +760,8 @@
 def extsetup(ui):
     statemod.addunfinished (
         'transplant', fname='transplant/journal', clearable=True,
+        statushint=_('To continue:    hg transplant --continue\n'
+                     'To abort:       hg update'),
         cmdhint=_("use 'hg transplant --continue' or 'hg update' to abort")
     )