view tests/README @ 16199:8181bd808dc5 stable

scmutil: add join method to opener to construct path relative to base Useful when we only have the opener without the base path used when it was constructed.
author Idan Kamara <idankk86@gmail.com>
date Thu, 01 Mar 2012 17:39:58 +0200
parents 1de6e7e1bb9f
children 4b0fc75f9403
line wrap: on
line source

To run the tests, do:

cd tests/
python run-tests.py

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