tests/README
author Yuya Nishihara <yuya@tcha.org>
Sat, 01 Oct 2016 20:11:48 +0900
changeset 30043 49d5434d68fb
parent 26421 4b0fc75f9403
permissions -rw-r--r--
revset: extract function that creates range set from computed revisions So we can pass m=0 to _makerangeset() even if the revision 0 is hidden. Hidden revisions are filtered by spanset.

To run the tests, do:

cd tests/
python run-tests.py

See https://mercurial-scm.org/wiki/WritingTests for
more information on writing tests.