sapling/eden/integration/hg
Michael Bolin c0f3976d57 Add integration test to verify rebasing a stack with commits works as expected.
Summary:
This attempts to repro an internal bug report, though note the integration test
passes without any changes to Eden. It is possible that the person who reported
the bug was stuck on an old version of the Eden daemon while using a newer
version of the Mercurial extension, which could account for the unexpected
behavior.

Reviewed By: simpkins

Differential Revision: D6536375

fbshipit-source-id: 1bc4c50ee5f616502dc06f8ed0167817c566e179
2017-12-13 17:35:51 -08:00
..
lib Add integration test to verify rebasing a stack with commits works as expected. 2017-12-13 17:35:51 -08:00
absorb_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
add_test.py override dirstate.rebuild() 2017-11-14 20:07:15 -08:00
branch_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
commit_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
copy_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
debug_hg_dirstate_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
debug_hg_get_dirstate_tuple_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
diff_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
graft_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
grep_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
histedit_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
merge_test.py Add integration test to verify rebasing a stack with commits works as expected. 2017-12-13 17:35:51 -08:00
move_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
README.md move integration tests to eden/integration 2017-01-31 14:41:14 -08:00
rebase_test.py Add integration test to verify rebasing a stack with commits works as expected. 2017-12-13 17:35:51 -08:00
revert_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
rm_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
rollback_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
split_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
status_deadlock_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
status_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
TARGETS don't run all integration tests in both build modes 2017-07-07 16:01:33 -07:00
undo_test.py update hg integration test inheritance to allow type checking 2017-11-07 19:04:20 -08:00
update_flatmanifest_test.py fix flatmanifest import fallback 2017-11-29 14:36:39 -08:00
update_test.py Change how the UNTRACKED_ADDED conflict and merges are handled. 2017-11-29 21:50:34 -08:00

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

Most tests will want to subclass HgExtensionTestBase.