tests/README
author Boris Feld <boris.feld@octobus.net>
Wed, 06 Jun 2018 01:03:10 +0200
changeset 39373 6a71324cb68b
parent 26421 4b0fc75f9403
permissions -rw-r--r--
shelve: handle shelved node on unfiltered repository To build a version of shelve that use hiding instead of stripping, we need shelve to be able to find these revisions. This it does not hurt the bundle version, so we introduce the necessary code in the relevant place.

To run the tests, do:

cd tests/
python run-tests.py

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