##// END OF EJS Templates
test-help: improve test coverage...
Henri Wiechers -
r10143:f6ac05b5 default
parent child Browse files
Show More
@@ -51,4 +51,7 b' hg help nohelp'
51 echo %% test that default list of commands omits extension commands
51 echo %% test that default list of commands omits extension commands
52 hg help
52 hg help
53
53
54 echo %% test list of commands with command with no help text
55 hg help helpext
56
54 exit 0
57 exit 0
@@ -542,3 +542,11 b' additional help topics:'
542 extensions Using additional features
542 extensions Using additional features
543
543
544 use "hg -v help" to show aliases and global options
544 use "hg -v help" to show aliases and global options
545 %% test list of commands with command with no help text
546 helpext extension - no help text available
547
548 list of commands:
549
550 nohelp (no help text available)
551
552 use "hg -v help helpext" to show aliases and global options
General Comments 0
You need to be logged in to leave comments. Login now