view tests/README @ 45686:17a12f53dd72

revset: add a `node` key for sorting Sorting by node give an arbitrary, but stable order which is useful for sampling.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 08 Oct 2020 16:14:06 +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.