tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 03 Oct 2019 13:18:15 -0700
changeset 43045 8c4f32b907e6
parent 26421 4b0fc75f9403
permissions -rw-r--r--
unfinishedstate: suggested `hg update .` (including `.`) to complete update `hg update` can update to a different and undesired commit. For users who have commands.update.requiredest=yes, it's even an error to run just `hg update. Differential Revision: https://phab.mercurial-scm.org/D6956

To run the tests, do:

cd tests/
python run-tests.py

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