tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 02 Aug 2018 16:36:40 -0700
changeset 38931 eb022ce9e505
parent 26421 4b0fc75f9403
permissions -rw-r--r--
changegroup: inline ellipsisdata() There's only one caller of it. I don't think it needs to exist as a standalone function. Differential Revision: https://phab.mercurial-scm.org/D4074

To run the tests, do:

cd tests/
python run-tests.py

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