tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 12 Jul 2018 09:25:02 -0700
changeset 38669 b5891bf8ab13
parent 26421 4b0fc75f9403
permissions -rw-r--r--
copies: delete now-unnecessary check for "a == b" before "a.descendant(b)" Unnecessary since 879cbdde63df (revlog: do inclusive descendant testing (API), 2018-06-21). Differential Revision: https://phab.mercurial-scm.org/D3935

To run the tests, do:

cd tests/
python run-tests.py

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