tests/test-help
author Matt Mackall <mpm@selenic.com>
Mon, 11 Jun 2007 21:09:24 -0500
changeset 4550 6ed91894261e
parent 896 01215ad04283
permissions -rwxr-xr-x
dispatch: hoist debugging hook to runcatch

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