tests/test-help
author Patrick Mezard <pmezard@gmail.com>
Sun, 07 Oct 2007 15:07:35 +0200
changeset 5407 d7e7902bb190
parent 896 01215ad04283
permissions -rwxr-xr-x
Fix workingctx exec/link bit of copies on non-supporting systems

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