tests/README
author Siddharth Agarwal <sid0@fb.com>
Mon, 30 Nov 2015 10:05:09 -0800
changeset 27129 1bf1a7c3df43
parent 26421 4b0fc75f9403
permissions -rw-r--r--
mergestate: raise exception if otherctx is accessed but _other isn't set We don't want to inadvertently return the workingctx (self._repo[None]).

To run the tests, do:

cd tests/
python run-tests.py

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