tests/README
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 15 Oct 2015 01:35:44 +0100
changeset 26713 a271925699d6
parent 26421 4b0fc75f9403
permissions -rw-r--r--
revset: reintroduce and experimental revset for update destination The revset is not ready for prime time yet. However it is useful to have some version of it exposed to help candidate users to play with it and provide feedback on what we should aim at. We add a small test to make sure the code runs.

To run the tests, do:

cd tests/
python run-tests.py

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