Mercurial > hg
changeset 7303:d14c25e823ba
Corrected some command synopsises
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sun, 02 Nov 2008 17:28:03 +0100 |
parents | 972737252d05 |
children | 68374f1c8c87 |
files | mercurial/commands.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Nov 01 14:05:13 2008 +0200 +++ b/mercurial/commands.py Sun Nov 02 17:28:03 2008 +0100 @@ -3035,7 +3035,7 @@ ('s', 'skip', False, _('skip testing changeset')), ('c', 'command', '', _('Use command to check changeset state')), ('U', 'noupdate', False, _('do not update to target'))], - _("hg bisect [-gbsr] [REV] [-c COMMAND]")), + _("hg bisect [-gbsr] [-c CMD] [REV]")), "branch": (branch, [('f', 'force', None, @@ -3127,7 +3127,7 @@ "debugstate": (debugstate, [('', 'nodates', None, _('do not display the saved mtime'))], - _('hg debugstate [OPTS]')), + _('hg debugstate [OPTION]...')), "debugwalk": (debugwalk, walkopts, _('hg debugwalk [OPTION]... [FILE]...')), "^diff": (diff, @@ -3288,7 +3288,7 @@ [('l', 'list', None, _('list state of files needing merge')), ('m', 'mark', None, _('mark files as resolved')), ('u', 'unmark', None, _('unmark files as resolved'))], - _('hg resolve [OPTION] [FILES...]')), + _('hg resolve [OPTION]... [FILE]...')), "revert": (revert, [('a', 'all', None, _('revert all changes when no arguments given')),