diff --git a/mercurial/crecord.py b/mercurial/crecord.py --- a/mercurial/crecord.py +++ b/mercurial/crecord.py @@ -555,6 +555,7 @@ return chunkselector.opts _headermessages = { # {operation: text} + 'apply': _('Select hunks to apply'), 'revert': _('Select hunks to revert'), 'discard': _('Select hunks to discard'), None: _('Select hunks to record'),