tests/test-help
author Matt Mackall <mpm@selenic.com>
Sat, 21 Jul 2007 16:02:10 -0500
changeset 4959 97b734fb9c6f
parent 896 01215ad04283
permissions -rwxr-xr-x
Use try/finally pattern to cleanup locks and transactions

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