sapling/eden/scm/lib/backingstore
Xavier Deguillard 22f524664e revisionstore: use Arc<Self> as receiver for remote store traits
Summary:
All of the callers are already using an Arc, so instead of forcing the remote
store to be cloneable, and thus wrap an inner self with an Arc, let's just pass
self as an Arc.

Reviewed By: DurhamG

Differential Revision: D20715580

fbshipit-source-id: 1bef23ae7da7b314d99cb3436a94d04134f1c0e4
2020-03-30 14:45:49 -07:00
..
c_api eden: periodically refresh content store to give it chances to release mapped files 2020-01-17 15:00:01 -08:00
src revisionstore: use Arc<Self> as receiver for remote store traits 2020-03-30 14:45:49 -07:00
test Merge fb-mercurial sources into the eden repository 2019-11-13 20:20:32 -08:00
tools Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
Cargo.toml convert to bytes 0.5 2020-02-24 10:28:46 -08:00
cbindgen.toml backingstore: add Tree and TreeEntry Rust structs to pass manifest 2019-11-19 18:01:23 -08:00
CMakeLists.txt revisionstore: add a LFS remote store 2020-03-19 14:36:18 -07:00