sapling/eden/fs/cli
Adam Simpkins 346a4cdc4e fix CLI issues initializing mercurial mount points
Summary:
The _get_hg_dir() function had an incorrect return statement caused "eden init"
to fail with mercurial repositories, unless the path pointed to a shared
working directory.

Also update the code to store the path to the mercurial repository, rather than
the path to the .hg directory.  Unlike git, mercurial requires the repository
path itself, and refuses to work if given a path to the .hg directory.

Reviewed By: bolinfest

Differential Revision: D3409808

fbshipit-source-id: 22ee7748422b614f5af57aff07fcfa517af846d9
2016-06-13 15:16:29 -07:00
..
__init__.py Initial commit 2016-05-12 14:09:13 -07:00
_glue.pyx Initial commit 2016-05-12 14:09:13 -07:00
config.py Add an eden shutdown command. 2016-06-10 14:16:09 -07:00
main.py fix CLI issues initializing mercurial mount points 2016-06-13 15:16:29 -07:00
TARGETS Refactor logic to create a EdenService.Client in Python. 2016-05-25 21:44:07 -07:00