diff tests/test-help @ 10446:a565a2445eb5

commands: add verbose example to help text for add
author Martin Geisler <mg@lazybytes.net>
date Sat, 13 Feb 2010 18:44:19 +0100
parents 69a974125938
children
line wrap: on
line diff
--- a/tests/test-help	Sat Feb 13 18:36:24 2010 +0100
+++ b/tests/test-help	Sat Feb 13 18:44:19 2010 +0100
@@ -10,6 +10,9 @@
 
 hg add -h
 
+echo %% verbose help for add
+hg add -hv
+
 echo %% test help option with version option
 hg add -h --version | sed 's/[(]version [^)]*[)]/(version xxx)/'