tests/test-help
author mpm@selenic.com
Wed, 07 Sep 2005 23:38:28 -0700
changeset 1214 34706a835d4a
parent 896 01215ad04283
permissions -rwxr-xr-x
Smarter handling of revlog key errors Use RevlogError for reporting exceptions Catch and report RevlogError exceptions at the command parser

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