tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 29 Jan 2006 14:36:11 +0100
changeset 1662 2d8dc84c9323
parent 896 01215ad04283
permissions -rwxr-xr-x
Added missing quote in warning text to tests, too.

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