tests/test-help
author TK Soh <teekaysoh@yahoo.com>
Tue, 26 Sep 2006 14:40:21 -0500
changeset 3160 36ab673f66a5
parent 896 01215ad04283
permissions -rwxr-xr-x
do not disclose proxy user and password in debug messages

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