tests/README
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 14 Mar 2014 16:26:50 -0700
changeset 20758 98d6c7954057
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
getgraphlogrevs: do not convert smartset to baseset We are now sure that revs is a smartset. We remove the baseset call that would defeat any lazyness.

To run the tests, do:

cd tests/
python run-tests.py

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