tests/README
author Siddharth Agarwal <sid0@fb.com>
Sat, 16 Nov 2013 13:33:33 -0800
changeset 20042 9a72d3886888
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
scmutil.filecacheentry: make stat argument to constructor mandatory There's no real upside to making stat optional -- this constructor has just two callers.

To run the tests, do:

cd tests/
python run-tests.py

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