tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 08 Mar 2006 01:25:14 +0100
changeset 1857 848152a2e67f
parent 896 01215ad04283
permissions -rwxr-xr-x
Always try to open the repository if -R/--repository is specified. This makes 'hg -R something_unknown command' consistently fail for all commands, not only for those who need a repository.

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