# HG changeset patch # User Anton Shestakov # Date 2015-03-09 06:10:42 # Node ID cc5b46f5318de7763512a2b72eb23f1abd408c24 # Parent 23438bceba046281e98b5bc5f3e5ac8482b2725f 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. diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -514,7 +514,7 @@ actiontable = {'p': pick, @command('histedit', [('', 'commands', '', - _('Read history edits from the specified file.')), + _('read history edits from the specified file')), ('c', 'continue', False, _('continue an edit already in progress')), ('', 'edit-plan', False, _('edit remaining actions list')), ('k', 'keep', False,