tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 24 Sep 2007 19:00:11 -0300
changeset 5329 7e6138cb8d38
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
copy: if destination ends with "/", make sure it's a directory Fixes issue724.

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