tests/test-help
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 14 Feb 2006 21:11:57 +0100
changeset 1781 284fc722c342
parent 896 01215ad04283
permissions -rwxr-xr-x
add an optional argument to push only the specified revisions (push -r)

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