tests/README
author Pierre-Yves David <pierre-yves.david@fb.com>
Wed, 17 Sep 2014 19:56:59 -0700
changeset 22500 171015d3b30c
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
revset: remove nullrev from the bookmark computation Same as for other revset we sanitize the content of the set to be able to rely on it more.

To run the tests, do:

cd tests/
python run-tests.py

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