tests/README
author Simon Sapin <simon.sapin@octobus.net>
Fri, 28 May 2021 12:16:14 +0200
changeset 47346 5e12b6bfdd3e
parent 26421 4b0fc75f9403
permissions -rw-r--r--
dirstate-tree: Fix status algorithm with unreadable directory When reading a directory fails such as because of insufficient permissions, it should be treated as empty by status instead of skipped entirely. Differential Revision: https://phab.mercurial-scm.org/D10823

To run the tests, do:

cd tests/
python run-tests.py

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