tests/test-help
author Vadim Gelfer <vadim.gelfer@gmail.com>
Mon, 27 Feb 2006 15:07:25 -0800
changeset 1909 37b9f80a5fbb
parent 896 01215ad04283
permissions -rwxr-xr-x
add doc comments to template code.

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