##// END OF EJS Templates
test-help: hg copy now shows up in the help...
test-help: hg copy now shows up in the help -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 test-help: hg copy now shows up in the help manifest hash: f5a8f55f2e87e363c22e1639eef4a919ed028d4e -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCsMCTywK+sNU5EO8RAg0UAKCtCVRkgxqjfHGIbaz1DTZ+FJgXdQCgrfkq i4W+etRh5HWatXrjw+n7Ppk= =4lE7 -----END PGP SIGNATURE-----

File last commit:

r350:b4e0e206 merge default
r364:6f43778f default
Show More
test-help
10 lines | 83 B | text/plain | TextLexer
#!/bin/bash
set -x
hg help
hg add -h
hg help diff
hg help foo
hg commands
exit 0