tests/test-help
author mpm@selenic.com
Thu, 14 Jul 2005 22:56:55 -0800
changeset 705 574869103985
parent 596 9a8daeff0ffa
child 800 ec85f9e6f3b1
child 808 8f5637f0a0c0
child 814 0902ffece4b4
permissions -rwxr-xr-x
Merge with TAH manifest hash: 197e0d1a0d7376a9eb72381330462f06490ab821

#!/bin/sh

hg help
hg -q help
hg add -h
hg add --skjdfks
hg help diff
hg help foo
hg -q commands

exit 0