##// END OF EJS Templates
Corrected some command synopsises
Thomas Arendsen Hein -
r7303:d14c25e8 default
parent child Browse files
Show More
@@ -3035,7 +3035,7 b' table = {'
3035 ('s', 'skip', False, _('skip testing changeset')),
3035 ('s', 'skip', False, _('skip testing changeset')),
3036 ('c', 'command', '', _('Use command to check changeset state')),
3036 ('c', 'command', '', _('Use command to check changeset state')),
3037 ('U', 'noupdate', False, _('do not update to target'))],
3037 ('U', 'noupdate', False, _('do not update to target'))],
3038 _("hg bisect [-gbsr] [REV] [-c COMMAND]")),
3038 _("hg bisect [-gbsr] [-c CMD] [REV]")),
3039 "branch":
3039 "branch":
3040 (branch,
3040 (branch,
3041 [('f', 'force', None,
3041 [('f', 'force', None,
@@ -3127,7 +3127,7 b' table = {'
3127 "debugstate":
3127 "debugstate":
3128 (debugstate,
3128 (debugstate,
3129 [('', 'nodates', None, _('do not display the saved mtime'))],
3129 [('', 'nodates', None, _('do not display the saved mtime'))],
3130 _('hg debugstate [OPTS]')),
3130 _('hg debugstate [OPTION]...')),
3131 "debugwalk": (debugwalk, walkopts, _('hg debugwalk [OPTION]... [FILE]...')),
3131 "debugwalk": (debugwalk, walkopts, _('hg debugwalk [OPTION]... [FILE]...')),
3132 "^diff":
3132 "^diff":
3133 (diff,
3133 (diff,
@@ -3288,7 +3288,7 b' table = {'
3288 [('l', 'list', None, _('list state of files needing merge')),
3288 [('l', 'list', None, _('list state of files needing merge')),
3289 ('m', 'mark', None, _('mark files as resolved')),
3289 ('m', 'mark', None, _('mark files as resolved')),
3290 ('u', 'unmark', None, _('unmark files as resolved'))],
3290 ('u', 'unmark', None, _('unmark files as resolved'))],
3291 _('hg resolve [OPTION] [FILES...]')),
3291 _('hg resolve [OPTION]... [FILE]...')),
3292 "revert":
3292 "revert":
3293 (revert,
3293 (revert,
3294 [('a', 'all', None, _('revert all changes when no arguments given')),
3294 [('a', 'all', None, _('revert all changes when no arguments given')),
General Comments 0
You need to be logged in to leave comments. Login now