comparison hgext/histedit.py @ 24231:cc5b46f5318d

histedit: tweak --commands help text The rest of help messages for command arguments are simple phrases without any ending punctuation, so having this text be a complete sentence didn't really fit.
author Anton Shestakov <engored@ya.ru>
date Mon, 09 Mar 2015 14:10:42 +0800
parents 4047982904f8
children f9e8739018d5
comparison
equal deleted inserted replaced
24230:23438bceba04 24231:cc5b46f5318d
512 'mess': message, 512 'mess': message,
513 } 513 }
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,
521 _("don't strip old nodes after edit is complete")), 521 _("don't strip old nodes after edit is complete")),
522 ('', 'abort', False, _('abort an edit in progress')), 522 ('', 'abort', False, _('abort an edit in progress')),