tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 15 Mar 2022 13:31:39 -0700
branchstable
changeset 48967 a54a866349ed
parent 26421 4b0fc75f9403
permissions -rw-r--r--
filemerge: when merge tool uses $output, don't leave markers in $local As explained in the previous patch, we incorrectly leave conflict markers in both `$local` and `$output` since D12190. I don't understand why it broke but the fix is simple and clear after all the recent refactoring. Differential Revision: https://phab.mercurial-scm.org/D12379

To run the tests, do:

cd tests/
python run-tests.py

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