sapling/eden/integration/hg/lib
Adam Simpkins 9e21449bee move creation of the .hg directory into the Eden CLI
Summary:
Update the `eden clone` command to automatically create the `.hg` directory
when creating a checkout for a Mercurial repository.

Previously this logic was performed by a separate post-clone hook that was
invoked by `eden clone`.  Having this logic in a separate script made the code
slightly more complicated, and meant that configuring Eden was also more
complicated, as the hook also needed to be installed and configured.  Moving
the logic into the Eden CLI will make it easier to re-use this code in
`eden doctor` if the `.hg` directory needs to be repaired.

Reviewed By: wez

Differential Revision: D13447272

fbshipit-source-id: 11c4f8e389aead151dd235eff95c860a326967af
2018-12-19 15:34:01 -08:00
..
hg_extension_test_base_test.py add type annotations to most of the integration test functions 2018-11-16 19:47:48 -08:00
hg_extension_test_base.py move creation of the .hg directory into the Eden CLI 2018-12-19 15:34:01 -08:00
histedit_command.py Upgrade pyre version for eden 2018-12-18 11:15:40 -08:00