tests/README
author Matt Mackall <mpm@selenic.com>
Mon, 23 Jul 2007 20:44:08 -0500
changeset 4976 79c39cc9ff69
parent 3941 d0bbd8ee50c7
permissions -rw-r--r--
revlog: only allow lazy parsing with revlogng files This will allow us to store indices in memory in a single entry format

To run the tests, do:

cd tests/
python run-tests.py

See http://www.selenic.com/mercurial/wiki/index.cgi/WritingTests for
more information on writing tests.