tests/README
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 01 Oct 2015 15:08:00 -0700
changeset 26507 ae29cffa05db
parent 26421 4b0fc75f9403
permissions -rw-r--r--
shelve: bundle using bundle2 if repository is general delta (issue4862) This will prevent expensive delta computation on bundling and is similar to what we do for strip backup.

To run the tests, do:

cd tests/
python run-tests.py

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