##// END OF EJS Templates
Expand undo docs...
Expand undo docs -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Expand undo docs manifest hash: 4381a35ef96ce10176dde3c9c6c2503f65ae8a09 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCyD93ywK+sNU5EO8RAianAJ97+hYOTwV3OvAAekcYn3f1Ahzf4ACeLjgz kUAHrjSmhs2F421lXxbgCfw= =gbg9 -----END PGP SIGNATURE-----

File last commit:

r547:4fc63e22 merge default
r595:c2c2c6d6 default
Show More
test-help
11 lines | 88 B | text/plain | TextLexer
#!/bin/sh
set -x
hg -q help
hg add -h
hg help diff
hg help foo
hg -q commands
exit 0