tests/test-help
author Brendan Cully <brendan@kublai.com>
Fri, 29 Sep 2006 13:01:19 -0700
changeset 3190 e18c3d08528d
parent 896 01215ad04283
permissions -rwxr-xr-x
Show copies in hg log. The format is: copies: destination (source)...

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