##// END OF EJS Templates
histedit: tweak --commands help text...
Anton Shestakov -
r24231:cc5b46f5 default
parent child Browse files
Show More
@@ -514,7 +514,7 b" actiontable = {'p': pick,"
514
514
515 @command('histedit',
515 @command('histedit',
516 [('', 'commands', '',
516 [('', 'commands', '',
517 _('Read history edits from the specified file.')),
517 _('read history edits from the specified file')),
518 ('c', 'continue', False, _('continue an edit already in progress')),
518 ('c', 'continue', False, _('continue an edit already in progress')),
519 ('', 'edit-plan', False, _('edit remaining actions list')),
519 ('', 'edit-plan', False, _('edit remaining actions list')),
520 ('k', 'keep', False,
520 ('k', 'keep', False,
General Comments 0
You need to be logged in to leave comments. Login now