tests/test-help
author Brendan Cully <brendan@kublai.com>
Thu, 26 Jul 2007 10:42:44 -0700
changeset 4998 b6c3abdbe0eb
parent 896 01215ad04283
permissions -rwxr-xr-x
convert: urlify svn repos if necessary. We should also try to extract the URL from an svn working directory.

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