tests/test-help
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 29 Nov 2005 22:29:14 +0100
changeset 1561 9c6d0abdb94e
parent 896 01215ad04283
permissions -rwxr-xr-x
disallow '\n' and '\r' in tag names add a test for disallowed characters in tag names

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