Mercurial > public > mercurial-scm > hg
diff tests/test-help @ 10121:ac212bcc852b
test-help: improve test coverage
Adds a test for using the help option with the version option.
Extends test coverage of commands.help_ by another 2 lines.
author | Henri Wiechers <hwiechers@gmail.com> |
---|---|
date | Mon, 21 Dec 2009 23:01:46 +0200 |
parents | 9ed13f718e53 |
children | d09bed527343 |
line wrap: on
line diff
--- a/tests/test-help Wed Dec 23 18:13:15 2009 +0100 +++ b/tests/test-help Mon Dec 21 23:01:46 2009 +0200 @@ -9,6 +9,10 @@ hg -v help shortlist | sed 's/[(]version [^)]*[)]/(version xxx)/' hg add -h + +echo %% test help option with version option +hg add -h --version | sed 's/[(]version [^)]*[)]/(version xxx)/' + hg add --skjdfks hg help diff hg help status