tests/test-help
author Steve Borho <steve@borho.org>
Tue, 18 Sep 2007 19:53:01 -0500
changeset 5469 b12432b1c2c7
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
Allow explicit disabling of extensions If the first character of an extension path is '!', the extension is silently skipped.

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