##// END OF EJS Templates
help: improve command summary hint...
Matt Mackall -
r22111:aa5e2568 default
parent child Browse files
Show More
@@ -293,7 +293,7 b' def help_(ui, name, unknowncmd=False, fu'
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 '
@@ -370,7 +370,7 b' invalid arguments'
370
370
371 alias for: hg root
371 alias for: hg root
372
372
373 use "hg help rt" to show the full help text
373 (use "hg rt -h" to show more help)
374 [255]
374 [255]
375
375
376 invalid global arguments for normal commands, aliases, and shell aliases
376 invalid global arguments for normal commands, aliases, and shell aliases
@@ -29,7 +29,7 b' Missing arg:'
29
29
30 [+] marked option can be specified multiple times
30 [+] marked option can be specified multiple times
31
31
32 use "hg help cat" to show the full help text
32 (use "hg cat -h" to show more help)
33 [255]
33 [255]
34
34
35 [defaults]
35 [defaults]
@@ -543,7 +543,7 b' Test help topic with same name as extens'
543
543
544 multirevs command
544 multirevs command
545
545
546 use "hg help multirevs" to show the full help text
546 (use "hg multirevs -h" to show more help)
547 [255]
547 [255]
548
548
549
549
@@ -440,7 +440,7 b' Test help option with version option'
440
440
441 [+] marked option can be specified multiple times
441 [+] marked option can be specified multiple times
442
442
443 use "hg help add" to show the full help text
443 (use "hg add -h" to show more help)
444 [255]
444 [255]
445
445
446 Test ambiguous command help
446 Test ambiguous command help
@@ -99,7 +99,7 b' qrecord (mq not present)'
99
99
100 interactively record a new patch
100 interactively record a new patch
101
101
102 use "hg help qrecord" to show the full help text
102 (use "hg qrecord -h" to show more help)
103 [255]
103 [255]
104
104
105 qrecord patch (mq not present)
105 qrecord patch (mq not present)
@@ -547,5 +547,5 b' Make sure no one adds back a -b option:'
547
547
548 [+] marked option can be specified multiple times
548 [+] marked option can be specified multiple times
549
549
550 use "hg help strip" to show the full help text
550 (use "hg strip -h" to show more help)
551 [255]
551 [255]
General Comments 0
You need to be logged in to leave comments. Login now