Submitter | phabricator |
---|---|
Date | Nov. 17, 2017, 2:12 p.m. |
Message ID | <5eca9d48f767d9b06525282230c431df@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25620/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/crecord.py b/mercurial/crecord.py --- a/mercurial/crecord.py +++ b/mercurial/crecord.py @@ -555,7 +555,7 @@ return chunkselector.opts _headermessages = { # {operation: text} - 'revert': _('Select hunks to revert'), + 'apply': _('Select hunks to apply'), 'discard': _('Select hunks to discard'), None: _('Select hunks to record'), }