##// END OF EJS Templates
crecord: fix revert -ir '.^' crash caused by 3649c3f2cd...
Jun Wu -
r35067:57c79542 default
parent child Browse files
Show More
@@ -555,7 +555,7 b' def testchunkselector(testfn, ui, header'
555 555 return chunkselector.opts
556 556
557 557 _headermessages = { # {operation: text}
558 'revert': _('Select hunks to revert'),
558 'apply': _('Select hunks to apply'),
559 559 'discard': _('Select hunks to discard'),
560 560 None: _('Select hunks to record'),
561 561 }
General Comments 0
You need to be logged in to leave comments. Login now