tests/README
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 19 Jun 2023 18:15:35 +0200
changeset 50711 40638610c6ee
parent 26421 4b0fc75f9403
permissions -rw-r--r--
clonebundles: adds a auto-generate.serve-inline option This new option disable the "external" serving of auto generated bundle in favor of using the new "inline bundle" feature that allow serving such bundle through the mercurial protocol. This is a less efficient, but very easy to setup way to start using clone bundle.

To run the tests, do:

cd tests/
python run-tests.py

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