##// END OF EJS Templates
Fix up test-bad-pull output...
Fix up test-bad-pull output -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fix up test-bad-pull output manifest hash: 4ed6670e4f20a0ad9e5b483ccc3003e8bd5c094c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwxwdywK+sNU5EO8RAm4RAJ9MuISeQhLqfxo4/w3WLjk18y6gXwCeMwCf 4nvEMnJCPMyk4MSMfzPnCnQ= =wAOy -----END PGP SIGNATURE-----

File last commit:

r429:688d03d6 merge default
r524:230676d0 default
Show More
test-help
11 lines | 90 B | text/plain | TextLexer
#!/bin/bash
set -x
hg -q help
hg add -h
hg help diff
hg help foo
hg -q commands
exit 0