tests/README
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 26 May 2018 02:57:36 +0530
changeset 38237 66fc2ef8dbff
parent 26421 4b0fc75f9403
permissions -rw-r--r--
graft: add test showing --continue not preserving --log passed earlier This patch shows that when we do `hg graft --continue`, the value of --log flag passed when initial graft was run was not used. Next patch will fix this and tests will help us in realising that. Differential Revision: https://phab.mercurial-scm.org/D3661

To run the tests, do:

cd tests/
python run-tests.py

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