tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 01 Dec 2006 22:29:47 +0100
changeset 3751 797c6e70092b
parent 896 01215ad04283
permissions -rwxr-xr-x
Don't require a diff which accepts the -N option.

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