tests/test-help
author TK Soh <teekaysoh@yahoo.com>
Thu, 01 Sep 2005 09:11:25 -0700
changeset 1192 6e165de907c5
parent 896 01215ad04283
permissions -rwxr-xr-x
Add -p to incoming and outgoing commands to show patch

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