tests/README
author Mads Kiilerich <madski@unity3d.com>
Sun, 17 Jan 2016 19:33:02 +0100
changeset 27899 78b9fdb844c1
parent 26421 4b0fc75f9403
permissions -rw-r--r--
graft: warn when -r is combined with revisions as positional arguments The behaviour in this case is undefined. Instead of silently doing something "random" and surprising, at least issue a warning. (This should perhaps be considered a "deprecation" and turned into an error in a future release.)

To run the tests, do:

cd tests/
python run-tests.py

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