tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Wed, 01 Mar 2006 14:52:28 +0100
changeset 1820 7e10518b2b9e
parent 896 01215ad04283
permissions -rwxr-xr-x
Really fix bash_completion on Solaris. Maybe. Hopefully. Use substr instead of sub.

#!/bin/sh

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

exit 0