tests/test-help
author mpm@selenic.com
Wed, 15 Jun 2005 10:00:10 -0800
changeset 353 dda243bb34b3
parent 350 b4e0e20646bb
child 423 25afb21d97ba
child 429 688d03d6997a
permissions -rwxr-xr-x
hg addremove: take optional files list -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hg addremove: take optional files list From: Chris Mason <mason@suse.com> Change hg addremove so that it can take a list of files to process instead of searching the entire tree for candidates. manifest hash: 592d8771ea5703dd6ed4459239dab84e15ee9321 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCsGyqywK+sNU5EO8RAt0jAKCSDQ1fxgQNP08kehdxlQwX5DUuuQCgqRB2 7gZoRNyJmOy5BVp6VBmUJbw= =THQB -----END PGP SIGNATURE-----

#!/bin/bash

set -x

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

exit 0