tests/test-help
author Vadim Gelfer <vadim.gelfer@gmail.com>
Tue, 09 May 2006 20:56:13 -0700
changeset 2241 abd70a92e06f
parent 896 01215ad04283
permissions -rwxr-xr-x
hide deprecated undo command by making it an alias for debugundo.

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