tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 04 Jul 2007 09:20:56 +0200
changeset 4798 452d171a1b39
parent 896 01215ad04283
permissions -rwxr-xr-x
Fixed calling the merge script and reporting errors in debuginstall (issue617)

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