tests/test-help
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 03 Feb 2006 10:54:58 +0100
changeset 1689 c6c76ead1cc1
parent 896 01215ad04283
permissions -rwxr-xr-x
Fall back to asciidoc6 html backend if html4 doesn't work. This reenables building documentation on Debian sarge, which broke after 9346a7fb3fe2.

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