view tests/README @ 42845:f75f47b3ea41

revlog: deprecate the use of `revision(..., raw=True)` We have an official `rawdata` function now.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 02 Sep 2019 16:28:43 +0200
parents 4b0fc75f9403
children
line wrap: on
line source

To run the tests, do:

cd tests/
python run-tests.py

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