[PATCH 1 of 2 STABLE] histedit: tweak --commands help text

Anton Shestakov engored at ya.ru
Mon Mar 9 07:08:21 UTC 2015


# HG changeset patch
# User Anton Shestakov <engored at ya.ru>
# Date 1425881442 -28800
#      Mon Mar 09 14:10:42 2015 +0800
# Node ID 733ed7c4d9d466c8c8f901e3e323abf0311af394
# Parent  02d7b5cd373bbb4e8263dad9bfbf9c4c3b0e4e3a
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,


More information about the Mercurial-devel mailing list