sapling/eden/fs/store/hg/test
Wez Furlong d623be956d pass ReloadableConfig down to HgBackingStore ctor
Summary:
This allows detecting changes to the edenrc configuration
and adjusting how we read data accordingly.

To avoid a huge gnarly diff with a lot of dependencies, this diff
introduces a little interface class that defines the method to obtain
a possibly reloaded EdenConfig instance.

This diff shouldn't change any functionality.

Reviewed By: chadaustin

Differential Revision: D12813051

fbshipit-source-id: 35390dc28671ba46a03d098c4f280e2f567dbdc9
2018-10-31 11:50:38 -07:00
..
fake_hg_import_helper.py add tests for HgImporter error handling logic 2018-08-28 12:52:38 -07:00
HgBackingStoreTest.cpp add an in-memory LRU for blob metadata 2018-10-22 20:27:27 -07:00
HgImportErrorsTest.cpp folly::Optional -> std::optional 2018-10-23 17:05:11 -07:00
HgImportTest.cpp Move datapack loads to HgBackingStore 2018-09-25 11:21:51 -07:00
HgPrefetchTest.cpp pass ReloadableConfig down to HgBackingStore ctor 2018-10-31 11:50:38 -07:00