comparison tests/test-help.out @ 10141:827b7d6f9016

test-help: improve test coverage Adds a test for commands without help text. Extends test coverage of commands.help_ by 1 line.
author Henri Wiechers <hwiechers@gmail.com>
date Thu, 24 Dec 2009 18:53:35 +0200
parents 5d868e0565f6
children 44fa0e205ec9
comparison
equal deleted inserted replaced
10140:5d868e0565f6 10141:827b7d6f9016
460 status show changed files in the working directory 460 status show changed files in the working directory
461 summary summarize working directory state 461 summary summarize working directory state
462 update update working directory 462 update update working directory
463 463
464 use "hg help" for the full list of commands or "hg -v" for details 464 use "hg help" for the full list of commands or "hg -v" for details
465 %% test command with no help text
466 hg nohelp
467
468 (no help text available)
469
470 use "hg -v help nohelp" to show global options