tests/README
author Jun Wu <quark@fb.com>
Mon, 22 Feb 2016 17:30:02 +0000
changeset 28195 213c8cf02c49
parent 26421 4b0fc75f9403
permissions -rw-r--r--
serve: allow --daemon-postexec to be 'unlink:path' or 'none' This patch changes the format of value of --daemon-postexec. Now it can be either to unlink a file, or a no-op. The following patch will make chg to use the no-op option.

To run the tests, do:

cd tests/
python run-tests.py

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