tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 28 Aug 2005 18:27:24 +0200
changeset 1133 899b619a7eb2
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
Create [web] section with short username as contact on hg init and hg clone.

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