sapling/eden/integration/hg
Michael Bolin 2286e9fb14 Perform a basic histedit command and add an integration test.
Summary:
I had to add simple implementations to various things in `edendirstate`
in order to be able to run `hg histedit`. There is still a lot more to do, but
at least this gives us a starting point to iterate and a test to demonstrate
the most simple functionality.

Reviewed By: wez

Differential Revision: D5049308

fbshipit-source-id: 34727f633c003cacae44108eb3ece06590098c7b
2017-05-16 12:36:17 -07:00
..
lib Specify HGRCPATH for Hg integration tests to make test environment hermetic. 2017-05-15 11:11:00 -07:00
add_test.py Update Hg integration tests to use assert_status(). 2017-05-12 09:19:57 -07:00
commit_test.py update the in-memory snapshot correctly after a commit 2017-04-24 18:06:59 -07:00
histedit_test.py Perform a basic histedit command and add an integration test. 2017-05-16 12:36:17 -07:00
README.md move integration tests to eden/integration 2017-01-31 14:41:14 -08:00
status_test.py Update Hg integration tests to use assert_status(). 2017-05-12 09:19:57 -07:00
TARGETS Add pudb to the integration test dependencies for ease of use. 2017-05-12 09:19:57 -07:00
update_test.py fix an invalid memory access in the checkout code 2017-04-13 17:34:38 -07:00

Integration tests in this directory are specific to the Eden extension for Mercurial.

Most tests will want to subclass HgExtensionTestBase.