tests/README
author Rodrigo Damazio Bovendorp <rdamazio@google.com>
Mon, 13 Jan 2020 19:06:36 -0800
changeset 44064 8eb3c52337a6
parent 26421 4b0fc75f9403
permissions -rw-r--r--
phases: reduce code duplication in phasecache.getrevset This is a functional NOP other than reducing some of the duplication in that method. Differential Revision: https://phab.mercurial-scm.org/D7853

To run the tests, do:

cd tests/
python run-tests.py

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