tests/test-help
author mpm@selenic.com
Fri, 19 Aug 2005 21:36:57 -0800
changeset 961 3e11d5038649
parent 896 01215ad04283
permissions -rwxr-xr-x
Add --ssh and --remotecmd to push This uses the new setconfig options passing mechanism

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