tests/test-help
author mpm@selenic.com
Wed, 15 Jun 2005 00:10:18 -0800
changeset 345 9d8d9207c0b3
parent 336 aa6cbde09f72
child 349 b2293093b89e
child 350 b4e0e20646bb
permissions -rwxr-xr-x
Add a tags/identify test group -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Add a tags/identify test group manifest hash: 25c43d62cea41cddad1c2f1c82c44f0ac1841fca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCr+JqywK+sNU5EO8RAtqxAJ0bgpL+W1fk8NH9s1eLH6AgM/EXQQCfaOy8 B6L71BwVMcuPukHb3MEtFnQ= =gwew -----END PGP SIGNATURE-----

#!/bin/bash

set -x

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

exit 0