view tests/test-help @ 345:9d8d9207c0b3

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-----
author mpm@selenic.com
date Wed, 15 Jun 2005 00:10:18 -0800
parents aa6cbde09f72
children b2293093b89e b4e0e20646bb
line wrap: on
line source

#!/bin/bash

set -x

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

exit 0