Mercurial > public > mercurial-scm > hg-stable
diff hgext/transplant.py @ 27678:b97004648028
transplant: specify the right file and path for unfinishedstates
author | timeless <timeless@mozdev.org> |
---|---|
date | Wed, 06 Jan 2016 04:59:46 +0000 |
parents | 128ef8828ed5 |
children | dc237afacbd4 |
line wrap: on
line diff
--- 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: