tests/test-help
author Xiaofeng Ling <xiaofeng.ling@intel.com>
Sun, 12 Mar 2006 15:07:40 +0100
changeset 1890 d4545f1b8bfa
parent 896 01215ad04283
permissions -rwxr-xr-x
fix contrib/mercurial.spec for hgext

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