Mercurial > hg-stable
comparison tests/test-help @ 10144:69a974125938
test-help: improve test coverage
Adds a test for displaying a help topic.
Extends test coverage of commands.help_ by 5 lines.
author | Henri Wiechers <hwiechers@gmail.com> |
---|---|
date | Thu, 24 Dec 2009 18:53:36 +0200 |
parents | f6ac05b5684b |
children | a565a2445eb5 |
comparison
equal
deleted
inserted
replaced
10143:f6ac05b5684b | 10144:69a974125938 |
---|---|
52 hg help | 52 hg help |
53 | 53 |
54 echo %% test list of commands with command with no help text | 54 echo %% test list of commands with command with no help text |
55 hg help helpext | 55 hg help helpext |
56 | 56 |
57 echo %% test a help topic | |
58 hg help revs | |
59 | |
57 exit 0 | 60 exit 0 |