tests/test-help
author Brendan Cully <brendan@kublai.com>
Wed, 18 Oct 2006 14:24:38 -0700
changeset 3462 2b3b703b3a2b
parent 896 01215ad04283
permissions -rwxr-xr-x
Add --rev option to status

#!/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