tests/test-help
author mpm@selenic.com
Fri, 01 Jul 2005 00:34:17 -0800
changeset 555 39a1cfb03ebd
parent 547 4fc63e22b1fe
child 596 9a8daeff0ffa
permissions -rwxr-xr-x
Unbreak dirstate debug commands -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Unbreak dirstate debug commands manifest hash: 0a4081443c954d278062dbfbc205119eab350191 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCxQAJywK+sNU5EO8RAoIvAJ4wYqOWdVtzEL0BClN0+pLNghyS0ACggwmG 05MpMLTY6+VSueiHMwre+UE= =zo+4 -----END PGP SIGNATURE-----

#!/bin/sh

set -x

hg -q help
hg add -h
hg help diff
hg help foo
hg -q commands

exit 0