tests/README
author Chinmay Joshi <c@chinmayjoshi.com>
Sat, 21 Jun 2014 14:44:09 +0530
changeset 21803 62cc4055c6c8
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
hg: use vfs functions in clone This change applies vfs functions in clone. destvfs.exists will invoke os.path.lexists via lexists of vfs to check for broken symbolic links.

To run the tests, do:

cd tests/
python run-tests.py

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