tests/test-help
author Brendan Cully <brendan@kublai.com>
Thu, 10 Aug 2006 11:18:48 -0700
changeset 2833 addd03c7fbfa
parent 896 01215ad04283
permissions -rwxr-xr-x
Disallow commit over an applied mq 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