diff 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
line wrap: on
line diff
--- a/tests/test-help	Thu Dec 24 18:53:35 2009 +0200
+++ b/tests/test-help	Thu Dec 24 18:53:36 2009 +0200
@@ -54,4 +54,7 @@
 echo %% test list of commands with command with no help text
 hg help helpext
 
+echo %% test a help topic
+hg help revs
+
 exit 0