tests/test-help
author Marco Barisione <marco@barisione.org>
Mon, 22 May 2006 16:47:40 +0200
changeset 2385 5d895018ef42
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
The line used to ignore the setup file for win32 is a regexp but it was after a "syntax: glob"

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