tests/test-help
author Eric Hopper <hopper@omnifarious.org>
Wed, 18 Oct 2006 02:14:26 -0500
changeset 3449 c8686e3f0291
parent 896 01215ad04283
permissions -rwxr-xr-x
Testing the new changegroupsubset remote function in the ssh and http protocols.

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