tests/README
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 25 Jul 2020 14:41:20 +0530
changeset 45318 ab57793dec5b
parent 26421 4b0fc75f9403
permissions -rw-r--r--
largefiles: override merge.emptyactions() to include `lfmr` I found it weird that we were not already doing this. I encountered this while using `emptyactions()` in mergeresult() class. Differential Revision: https://phab.mercurial-scm.org/D8835

To run the tests, do:

cd tests/
python run-tests.py

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