hgext/transplant.py
changeset 27678 b97004648028
parent 27677 128ef8828ed5
child 27840 dc237afacbd4
--- a/hgext/transplant.py	Wed Jan 06 04:59:21 2016 +0000
+++ b/hgext/transplant.py	Wed Jan 06 04:59:46 2016 +0000
@@ -722,7 +722,7 @@
     revsetpredicate.setup()
     templatekw.keywords['transplanted'] = kwtransplanted
     cmdutil.unfinishedstates.append(
-        ['series', True, False, _('transplant in progress'),
+        ['transplant/journal', True, False, _('transplant in progress'),
          _("use 'hg transplant --continue' or 'hg update' to abort")])
 
 # tell hggettext to extract docstrings from these functions: