tests/README
author Yuya Nishihara <yuya@tcha.org>
Sat, 09 Jan 2016 23:07:20 +0900
changeset 32337 46ba2cdda476
parent 26421 4b0fc75f9403
permissions -rw-r--r--
registrar: move cmdutil.command to registrar module (API) cmdutil.command wasn't a member of the registrar framework only for a historical reason. Let's make that happen. This patch keeps cmdutil.command as an alias for extension compatibility.

To run the tests, do:

cd tests/
python run-tests.py

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