tests/test-help
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 22 Dec 2006 22:51:39 +0100
changeset 3951 cb66641cdee3
parent 896 01215ad04283
permissions -rwxr-xr-x
grep: remove count handling, simplify, fix issue337

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