tests/README
author Sean Farley <sean.michael.farley@gmail.com>
Mon, 21 Apr 2014 21:39:10 -0500
changeset 21473 ef9b2bea9709
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
context: add a no-op _prestatus method This patch adds a private _prestatus method so that certain contexts, such as workingctx, can add custom pre-processing to status.

To run the tests, do:

cd tests/
python run-tests.py

See http://mercurial.selenic.com/wiki/WritingTests for
more information on writing tests.