sapling/eden/fs
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
..
cli fix CLI issues initializing mercurial mount points 2016-06-13 15:16:29 -07:00
config Modify EdenServiceHandler to get client info through ClientConfig. 2016-05-13 15:10:22 -07:00
importer add initial mercurial tree import code 2016-06-08 00:15:22 -07:00
inodes begin adding a new ObjectStore class 2016-06-08 19:01:13 -07:00
integration Add an eden shutdown command. 2016-06-10 14:16:09 -07:00
model unbreak gcc-4.9 builds 2016-06-09 22:15:05 -07:00
overlay changes to path iterator behavior 2016-06-02 22:08:15 -07:00
rocksdb Include build files that were inadvertently excluded from the initial export. 2016-05-12 16:08:34 -07:00
service Add an eden shutdown command. 2016-06-10 14:16:09 -07:00
store update deserializeGitBlob() to accept an IOBuf 2016-06-08 19:01:14 -07:00