sapling/eden/integration/hg/lib
Michael Bolin 264d6fa9b7 Fix bug where hg histedit --abort does not restore file as "normal".
Summary:
This ports some logic from Mercurial's `dirstate.py` to our `eden_dirstate.py`.
It was known that Eden was missing this behavior (D5686636), but we did not have
an integration test that demonstrated the importance of this logic until now.

Admittedly, the current implementation ports the logic verbatim from
`dirstate.py`, though this will yield quite a number of Thrift calls in the Eden
implementation. We will address this in a subsequent revision.

Reviewed By: simpkins

Differential Revision: D6046273

fbshipit-source-id: f7a27ba6dca36cddac898f19637f29f3bc79a0cb
2017-10-12 19:28:11 -07:00
..
hg_extension_test_base_test.py update integration tests to support multiple hg configs 2017-08-23 18:49:33 -07:00
hg_extension_test_base.py Fix hg grep so it works when run from a subdirectory. 2017-09-13 12:57:40 -07:00
histedit_command.py Fix bug where hg histedit --abort does not restore file as "normal". 2017-10-12 19:28:11 -07:00
TARGETS codemod: format TARGETS with buildifier [4/5] (D5092623) 2017-06-01 17:52:40 -07:00