tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 08 Oct 2006 10:56:21 +0200
changeset 3290 ae8583e746f1
parent 896 01215ad04283
permissions -rwxr-xr-x
merged now fully working base85 codec, though currently unused.

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