tests/README
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 07 Aug 2019 23:46:14 +0200
changeset 42787 1ea668722c0d
parent 26421 4b0fc75f9403
permissions -rw-r--r--
revlog: assign rawtext earlier in `_revisiondata` Assigning the revision earlier make the code easier to read.

To run the tests, do:

cd tests/
python run-tests.py

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