sapling/eden
Michael Bolin 7a48628bb8 Create dot eden folder if it does not already exist when running eden daemon.
Summary:
Previous to this change, if `~/local/.eden` did not exist when `eden daemon` was
run, then it would fail.

Now the logic to create `~/local/.eden` is encapsulated in `_ensure_dot_eden_folder_exists()`.
We do not call this for all subcommands because we want to make sure that running
`eden --help` does not have the side-effect of writing `~/local/.eden` if it does not exist.

Reviewed By: wez

Differential Revision: D3397057

fbshipit-source-id: a3f974f367058d9e4ebd515c78423e54edc179cc
2016-06-07 13:03:13 -07:00
..
fs Create dot eden folder if it does not already exist when running eden daemon. 2016-06-07 13:03:13 -07:00
fuse handle unmount through privhelper process 2016-05-31 13:17:03 -07:00
utils add a kDirSeparator constant 2016-06-02 22:08:15 -07:00
DEFS Initial commit 2016-05-12 14:09:13 -07:00