comparison tests/test-help @ 10143:f6ac05b5684b

test-help: improve test coverage Adds a test for displaying a command list with a command with no 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 44fa0e205ec9
children 69a974125938
comparison
equal deleted inserted replaced
10142:44fa0e205ec9 10143:f6ac05b5684b
49 hg help nohelp 49 hg help nohelp
50 50
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