equal
deleted
inserted
replaced
291 rst.append('\n%s\n\n' % _("global options:")) |
291 rst.append('\n%s\n\n' % _("global options:")) |
292 rst.append(optrst(commands.globalopts, ui.verbose)) |
292 rst.append(optrst(commands.globalopts, ui.verbose)) |
293 |
293 |
294 if not ui.verbose: |
294 if not ui.verbose: |
295 if not full: |
295 if not full: |
296 rst.append(_('\nuse "hg help %s" to show the full help text\n') |
296 rst.append(_('\n(use "hg %s -h" to show more help)\n') |
297 % name) |
297 % name) |
298 elif not ui.quiet: |
298 elif not ui.quiet: |
299 rst.append(_('\n(some details hidden, use --verbose ' |
299 rst.append(_('\n(some details hidden, use --verbose ' |
300 'to show complete help)')) |
300 'to show complete help)')) |
301 |
301 |