view tests/test-help @ 379:c8bd9793446d

Updated TODO -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Updated TODO manifest hash: ee511d64271017729839799c4ea066b2046579d9 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCsQyGW7P1GVgWeRoRAifOAJ9hUcsM2+OPfjichr083EAhKfMSSACeIhtK d3QXNNmPpmk6lLFFFujImEU= =kCMx -----END PGP SIGNATURE-----
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 16 Jun 2005 06:22:14 +0100
parents b4e0e20646bb
children 25afb21d97ba 688d03d6997a
line wrap: on
line source

#!/bin/bash

set -x

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

exit 0