tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 17 May 2006 19:59:15 +0200
changeset 2303 78e7fd16f472
parent 896 01215ad04283
permissions -rwxr-xr-x
Corrected tests for commit now consistently stripping last newline.

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