##// END OF EJS Templates
update tests to reflect new short hash length...
update tests to reflect new short hash length -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 update tests to reflect new short hash length manifest hash: 7ae99e74333416e8cbf8bc5d518bb5d3c449788b -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCsQo8ywK+sNU5EO8RAltAAJ97yqgcTU0eYrQ2vpIq+hrfCfrsVwCggUk4 adIvEe7OzGeG6wn0/aRoQXY= =h8+W -----END PGP SIGNATURE-----

File last commit:

r350:b4e0e206 merge default
r374:f07d00fc default
Show More
test-help
10 lines | 83 B | text/plain | TextLexer
mpm@selenic.com
Add a simple testing framework...
r331 #!/bin/bash
set -x
hg help
hg add -h
hg help diff
hg help foo
mpm@selenic.com
Add some more tests...
r336 hg commands
mpm@selenic.com
Add a simple testing framework...
r331
mpm@selenic.com
Add some more tests...
r336 exit 0