mercurial/crecord.py
changeset 41987 c1d83d916e85
parent 41944 7e95ade0f369
child 41991 3f467db023a2
--- a/mercurial/crecord.py	Tue Mar 12 14:58:35 2019 -0700
+++ b/mercurial/crecord.py	Tue Mar 12 14:17:41 2019 -0700
@@ -566,6 +566,7 @@
 _headermessages = { # {operation: text}
     'apply': _('Select hunks to apply'),
     'discard': _('Select hunks to discard'),
+    'keep': _('Select hunks to keep'),
     None: _('Select hunks to record'),
 }