tests/test-help
author Martin Geisler <mg@daimi.au.dk>
Sat, 03 Jan 2009 17:15:21 +0100
changeset 7599 7bf7c073375e
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
lowercase ui.debug and assert output This does not effect the log or status commands and should be okay according to the compatibility rules.

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