hgext/transplant.py
branchstable
changeset 19496 607191a45f8c
parent 19480 7c0bb2b75aa8
child 19951 d51c4d85ec23
--- a/hgext/transplant.py	Mon Jul 22 10:04:53 2013 +0200
+++ b/hgext/transplant.py	Thu Jul 25 02:17:52 2013 -0500
@@ -685,7 +685,7 @@
     revset.symbols['transplanted'] = revsettransplanted
     templatekw.keywords['transplanted'] = kwtransplanted
     cmdutil.unfinishedstates.append(
-        ['series', True, _('transplant in progress'),
+        ['series', True, False, _('transplant in progress'),
          _("use 'hg transplant --continue' or 'hg update' to abort")])
 
 # tell hggettext to extract docstrings from these functions: