tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 30 Aug 2005 19:17:05 +0200
changeset 1166 bd66294b7a9b
parent 896 01215ad04283
permissions -rwxr-xr-x
Added test case for zip/gz/bz2 archive downloads.

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