tests/test-help
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 12 Feb 2009 12:35:48 +0100
changeset 7753 e617f2e99e61
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
patch: no need to instantiate a match catch-all in diff()

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