tests/README
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 03 Jun 2016 15:55:07 +0200
changeset 29283 14eee72c8d52
parent 26421 4b0fc75f9403
permissions -rw-r--r--
revert: use "discard"/"revert" verb when reverting interactively (issue5143) Instead of "record this change to 'FILE'?" now prompt with: * "discard this change to 'FILE'?" when reverting to the parent of working directory, and, * "revert this change to 'FILE'?" otherwise.

To run the tests, do:

cd tests/
python run-tests.py

See https://mercurial-scm.org/wiki/WritingTests for
more information on writing tests.