tests/test-help
author Brendan Cully <brendan@kublai.com>
Mon, 31 Jul 2006 18:39:31 -0700
changeset 2747 0016fc748f61
parent 896 01215ad04283
permissions -rwxr-xr-x
Add command qheader to display the header of a given patch.

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