tests/README
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 12:22:47 +0200
changeset 47165 24be247a13b4
parent 26421 4b0fc75f9403
permissions -rw-r--r--
revlog: stop usage of `_indexfile` to computing nodemap path We now have the radix explicitely lets use the radix explicitely Differential Revision: https://phab.mercurial-scm.org/D10577

To run the tests, do:

cd tests/
python run-tests.py

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