##// END OF EJS Templates
doc: unify help text for "--message" option...
FUJIWARA Katsunori -
r21951:59af0b21 stable
parent child Browse files
Show More
@@ -203,7 +203,7 b' def keystr(ui, key):'
203 ('k', 'key', '',
203 ('k', 'key', '',
204 _('the key id to sign with'), _('ID')),
204 _('the key id to sign with'), _('ID')),
205 ('m', 'message', '',
205 ('m', 'message', '',
206 _('commit message'), _('TEXT')),
206 _('use text as commit message'), _('TEXT')),
207 ('e', 'edit', False, _('invoke editor on commit messages')),
207 ('e', 'edit', False, _('invoke editor on commit messages')),
208 ] + commands.commitopts2,
208 ] + commands.commitopts2,
209 _('hg sign [OPTION]... [REV]...'))
209 _('hg sign [OPTION]... [REV]...'))
@@ -5696,7 +5696,7 b' def summary(ui, repo, **opts):'
5696 ('', 'remove', None, _('remove a tag')),
5696 ('', 'remove', None, _('remove a tag')),
5697 # -l/--local is already there, commitopts cannot be used
5697 # -l/--local is already there, commitopts cannot be used
5698 ('e', 'edit', None, _('edit commit message')),
5698 ('e', 'edit', None, _('edit commit message')),
5699 ('m', 'message', '', _('use <text> as commit message'), _('TEXT')),
5699 ('m', 'message', '', _('use text as commit message'), _('TEXT')),
5700 ] + commitopts2,
5700 ] + commitopts2,
5701 _('[-f] [-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME...'))
5701 _('[-f] [-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME...'))
5702 def tag(ui, repo, name1, *names, **opts):
5702 def tag(ui, repo, name1, *names, **opts):
General Comments 0
You need to be logged in to leave comments. Login now