tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 14 Jun 2018 15:17:47 -0700
changeset 38367 2ceea1554d1e
parent 26421 4b0fc75f9403
permissions -rw-r--r--
import: use context manager for lock, dirstateguard, transaction A tiny side-effect is that the transaction is now closed after saving the commit message. Differential Revision: https://phab.mercurial-scm.org/D3748

To run the tests, do:

cd tests/
python run-tests.py

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