tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 17 May 2017 09:43:50 -0700
changeset 32352 0d6b3572ad92
parent 26421 4b0fc75f9403
permissions -rw-r--r--
match: remove ispartial() The function was added in d1d69ca78883 (match: add match.ispartial(), 2015-05-15) for use by narrowhg, but narrowhg never ended up needing it.

To run the tests, do:

cd tests/
python run-tests.py

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