tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 03 Apr 2018 15:08:09 -0700
changeset 37315 0a1fb171dc1d
parent 26421 4b0fc75f9403
permissions -rw-r--r--
localrepo: use revsymbol() in lookup() lookup() seems to be about looking up a revision based on a symbol that may come from the user (via the wire protocol), so revsymbol() is appropriate here. Differential Revision: https://phab.mercurial-scm.org/D3055

To run the tests, do:

cd tests/
python run-tests.py

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