tests/test-help
author Eric Hopper <hopper@omnifarious.org>
Tue, 11 Oct 2005 18:56:47 -0700
changeset 1466 b6d9ea0bc107
parent 896 01215ad04283
permissions -rwxr-xr-x
Added a lot of comments to changegroupsubset.

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