tests/README
author Jun Wu <quark@fb.com>
Mon, 17 Jul 2017 23:14:06 -0700
changeset 33831 75fdaf851e83
parent 26421 4b0fc75f9403
permissions -rw-r--r--
phabricator: change "readpatch" to be more flexible Previously, `readpatch` and `querydrev` take a same `params` and `stack` parameters. This patch changes `readpatch` so it takes the output of `querydrev`, not the input of `querydrev`. This makes the code more flexible and cleaner. Differential Revision: https://phab.mercurial-scm.org/D124

To run the tests, do:

cd tests/
python run-tests.py

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