tests/README
author Raphaël Gomès <rgomes@octobus.net>
Fri, 19 Feb 2021 11:04:17 +0100
changeset 46729 c8bb7b89179e
parent 26421 4b0fc75f9403
permissions -rw-r--r--
revlogv2: temporarily forbid inline revlogs See inline comments. I plan to fix the underlying issue before revlogv2 is stabilized. Differential Revision: https://phab.mercurial-scm.org/D10030

To run the tests, do:

cd tests/
python run-tests.py

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