tests/README
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 06 Mar 2023 13:31:04 +0100
branchstable
changeset 50282 4bcb91c8b9d8
parent 26421 4b0fc75f9403
permissions -rw-r--r--
undo-files: cleanup backup when cleaning undos Previously, the backups were left behind, by operation cleaning the undo's like strip, narrow and stream clone. The remaining elevant in the room is the transaction itself, who does not properly cleanup undo backup before copying the new ones.

To run the tests, do:

cd tests/
python run-tests.py

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