Mercurial > hg-stable
changeset 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 | 23438bceba04 |
children | f9e8739018d5 |
files | hgext/histedit.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/histedit.py Sun Jan 25 02:45:49 2015 -0500 +++ b/hgext/histedit.py Mon Mar 09 14:10:42 2015 +0800 @@ -514,7 +514,7 @@ @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,