tests/test-help
author mpm@selenic.com
Wed, 07 Sep 2005 19:16:36 -0700
changeset 1206 6512d352d6c1
parent 896 01215ad04283
child 10110 9ed13f718e53
permissions -rwxr-xr-x
Redo local clone hgrc fix We shouldn't copy hgrc on a local clone, nor localtags. Behavior should be identical to a remote clone.

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