tests/README
author Augie Fackler <augie@google.com>
Thu, 29 Jul 2021 16:18:35 -0400
branchstable
changeset 47785 324c8a299324
parent 26421 4b0fc75f9403
permissions -rw-r--r--
tests: add explicit coverage for update_hash_refs from rewriteutil I couldn't find any evidence this is covered by tests in core (but there's a good chance I missed it). We've seen a cute bug in that code, but first let's just cover the cases that work correctly. Differential Revision: https://phab.mercurial-scm.org/D11231

To run the tests, do:

cd tests/
python run-tests.py

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