tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 15 Jan 2020 15:12:50 -0800
changeset 44166 faec51c76b7b
parent 26421 4b0fc75f9403
permissions -rw-r--r--
merge: avoid a negation in the definition of updatedirstate We only use `partial` in one place: the definition of `updatedirstate`. Let's simplify that a little. Differential Revision: https://phab.mercurial-scm.org/D7900

To run the tests, do:

cd tests/
python run-tests.py

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