sapling/eden
Wez Furlong ca929bcfa5 hook up journal functions to filesytem change operations
Summary:
This is pretty simplistic: we just wlock and add a delta for the set
of file(s) that were changed in a given fuse operation (this is typically 1
file, but rename affects 2).

To reduce boilerplate very slightly, I've added an initializer_list constructor
for JournalDelta that makes it less cumbersome to create a JournalDelta for a
list of files.

Reviewed By: simpkins

Differential Revision: D3866053

fbshipit-source-id: cd918e2c98c022d5ef79430cd8ab4aef88875239
2016-09-26 13:52:25 -07:00
..
docs add ClientConfig method that compiles repository data 2016-08-05 12:50:29 -07:00
fs hook up journal functions to filesytem change operations 2016-09-26 13:52:25 -07:00
fuse add getMaterializedEntries thrift call 2016-09-26 13:52:24 -07:00
utils Introduce AbsolutePath.relativize(). 2016-09-12 18:29:15 -07:00
DEFS Exclude the cpp_binary for the daemon from the python_binary for the CLI. 2016-06-15 17:07:58 -07:00