tests/test-help
author kreijack@inwind.REMOVEME.it
Sat, 06 Aug 2005 13:27:31 +0100
changeset 844 5a717cfa7406
parent 814 0902ffece4b4
child 849 8933ef744325
child 871 c2e77581bc84
permissions -rwxr-xr-x
'hg help -v' mentions the alias of the commands

#!/bin/sh

hg help
hg -q help
hg add -h
hg add --skjdfks
hg help diff
hg help foo
hg -q commands

exit 0