Mercurial > public > mercurial-scm > hg-stable
diff hgext/histedit.py @ 27627:dcbba68e076f
histedit: hook afterresolvedstates
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 24 Dec 2015 20:41:17 +0000 |
parents | 0e0e25a5e12a |
children | e7ff83b2bcfe |
line wrap: on
line diff
--- a/hgext/histedit.py Thu Dec 24 20:41:40 2015 +0000 +++ b/hgext/histedit.py Thu Dec 24 20:41:17 2015 +0000 @@ -1457,5 +1457,7 @@ cmdutil.unfinishedstates.append( ['histedit-state', False, True, _('histedit in progress'), _("use 'hg histedit --continue' or 'hg histedit --abort'")]) + cmdutil.afterresolvedstates.append( + ['histedit-state', _('hg histedit --continue')]) if ui.configbool("experimental", "histeditng"): globals()['base'] = addhisteditaction(['base', 'b'])(base)