tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 22 Aug 2006 10:08:42 +0200
changeset 2976 61fcd9fac434
parent 896 01215ad04283
permissions -rwxr-xr-x
Make tests append settings to $HGRCPATH instead of $HGTMP/.hgrc and add documentation for this.

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