tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Mon, 16 Oct 2006 09:23:26 +0200
changeset 3408 4e0c08f019b8
parent 896 01215ad04283
permissions -rwxr-xr-x
merge with main

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