tests/test-help
author Matt Mackall <mpm@selenic.com>
Mon, 02 Oct 2006 15:17:59 -0500
changeset 3237 931288cf58a7
parent 896 01215ad04283
permissions -rwxr-xr-x
contexts: use __getattr__ rather than try/except in changectx

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