tests/test-help
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 30 Jan 2007 21:11:10 -0200
changeset 4060 82eb0fafb56d
parent 896 01215ad04283
permissions -rwxr-xr-x
commit: catch IOError filecommit can still raise IOError if we're on a filesystem without support for symlinks.

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