##// END OF EJS Templates
hg revert should revert to parent, not to tip...
hg revert should revert to parent, not to tip -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hg revert should revert to parent, not to tip manifest hash: b6b622d0316f9f7ef60e500fb73844a4b0ad7b69 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCx27VywK+sNU5EO8RAnpHAKC1H3GAPC5wYlgpJG7Z7rWPl+vblQCeKVsz UCjkaDw40evLbltWoY24xQs= =dmvS -----END PGP SIGNATURE-----

File last commit:

r547:4fc63e22 merge default
r590:38d106db 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