tests/README
author Yuya Nishihara <yuya@tcha.org>
Sun, 22 Jul 2018 10:55:38 +0900
changeset 38915 da3bd2afd68d
parent 26421 4b0fc75f9403
permissions -rw-r--r--
fileset: pass in basectx to _buildstatus() I'll make matchctx remember both ctx and basectx so that file status between them can be computed later. This prepares for the change.

To run the tests, do:

cd tests/
python run-tests.py

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