tests/test-help
author Bryan O'Sullivan <bos@serpentine.com>
Mon, 27 Aug 2007 13:38:34 -0700
changeset 5253 fd371f99f20b
parent 896 01215ad04283
permissions -rwxr-xr-x
Automated merge with http://hg.intevation.org/mercurial/crew

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