tests/test-help
author Haakon Riiser <haakon.riiser@fys.uio.no>
Thu, 29 Jun 2006 15:16:25 +0200
changeset 2580 a20a1bb0c396
parent 896 01215ad04283
permissions -rwxr-xr-x
diff: add -b/-B options

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