tests/README
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 01 Dec 2023 22:56:08 +0100
changeset 51290 ceeb8fa23cc8
parent 26421 4b0fc75f9403
permissions -rw-r--r--
censor: accept multiple revision in a single call This is useful when dealing with corruption, as all the corrupted revision can be dealt with in one go.

To run the tests, do:

cd tests/
python run-tests.py

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