tests/README
author Lucas Moscovicz <lmoscovicz@fb.com>
Thu, 13 Mar 2014 14:51:04 -0700
changeset 20721 d642f176df52
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
revset: changed _iterator() in addset to use the generated list when available Now when all the elements have been generated, the iterator will just use the generated list instead of going through all the elements again.

To run the tests, do:

cd tests/
python run-tests.py

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