Mercurial > hg
diff hgext/transplant.py @ 19496:607191a45f8c stable
checkunfinished: accommodate histedit quirk
Turns out histedit actually intends for commits (but not other
operations like update) to be possible during its operation.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 25 Jul 2013 02:17:52 -0500 |
parents | 7c0bb2b75aa8 |
children | d51c4d85ec23 |
line wrap: on
line diff
--- 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: