Mercurial > hg
view 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 source
#!/bin/sh hg hg -q hg help hg -q help echo %% test short command list with verbose option 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 hg -q help status hg help foo hg skjdfks exit 0