tests/test-help
author Martin Geisler <mg@lazybytes.net>
Mon, 04 May 2009 21:30:39 +0200
changeset 8296 908c5906091b
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
util: remove md5 This hash function is broken and should not be used by new code. It is currently only used by keepalive.

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