tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 02 Dec 2006 21:57:20 +0100
changeset 3764 6652209d104d
parent 896 01215ad04283
permissions -rwxr-xr-x
Don't show traceback on 'hg clone -r unknown ssh://hg.example.com/'.

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