tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 30 Dec 2015 16:21:57 -0700
changeset 27631 c18292a6ff54
parent 26421 4b0fc75f9403
permissions -rw-r--r--
internals: document revlog format It seems like a good idea to document the revlog format. There is a lot more that could be added to this documentation. But you have to start somewhere.

To run the tests, do:

cd tests/
python run-tests.py

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