tests/README
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 05 Apr 2020 21:19:21 -0400
changeset 44715 38f7b2f02f6d
parent 26421 4b0fc75f9403
permissions -rw-r--r--
phabricator: add debug logging to show previous node values in `phabsend` This isn't real useful here, but was very useful showing how `phabsend --fold` handles commits created by `hg fold` and `hg split`. It introduces a new debug function and flag instead of using `ui.debug()`, because `--debug` prints out all of the API chatter. Differential Revision: https://phab.mercurial-scm.org/D8389

To run the tests, do:

cd tests/
python run-tests.py

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