##// END OF EJS Templates
Fix up tests for command name changes...
Fix up tests for command name changes -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fix up tests for command name changes manifest hash: 04b04d0b2ca96f29b3b9a52e4ed8478ee7e2761f -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCuvDTywK+sNU5EO8RAnKzAJ9JSRUsVy/kHp3CweXpsJiu+fXCKQCgq0Pt OOUKYPj6aJOvxB+Zz17X8dg= =EyYE -----END PGP SIGNATURE-----

File last commit:

r429:688d03d6 merge default
r440:22b5aaeb 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