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