tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 24 Sep 2018 12:49:17 -0700
changeset 39880 d909c44d29e1
parent 26421 4b0fc75f9403
permissions -rw-r--r--
filelog: stop proxying rawsize() (API) This method is no longer used by external consumers. The API is quite low-level and is effectively len(revision(raw=True)). I don't see a compelling reason to keep it around. Let's drop the API and make the file storage interface simpler. Differential Revision: https://phab.mercurial-scm.org/D4750

To run the tests, do:

cd tests/
python run-tests.py

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