sapling/eden/fs/store/hg
Xavier Deguillard 978cd4549c hg: ignore invalid filename when importing manifest
Summary:
Mercurial support files with `\` in their name, which can't be represented on
Windows due to `\` being the path separator. Currently, EdenFS will throw
errors at the user when such file are encountered, let's simply warn, and
continue.

Reviewed By: chadaustin

Differential Revision: D25430523

fbshipit-source-id: 4167b4cd81380226aead8e4f4850a7738087fd95
2021-01-05 14:08:14 -08:00
..
test skip edenfs tests when tsan is enabled 2020-12-01 10:18:53 -08:00
CMakeLists.txt store: replace use of ctreemanifest with small manifest parser 2020-12-09 08:40:38 -08:00
HgBackingStore.cpp hg: ignore invalid filename when importing manifest 2021-01-05 14:08:14 -08:00
HgBackingStore.h store: replace use of ctreemanifest with small manifest parser 2020-12-09 08:40:38 -08:00
HgDatapackStore.cpp hg: ignore invalid filename when importing manifest 2021-01-05 14:08:14 -08:00
HgDatapackStore.h record ScsProxyHash in LocalStore during import 2020-07-10 16:03:32 -07:00
HgImporter.cpp hg: unset DYLD_* environment variables 2021-01-05 14:05:21 -08:00
HgImporter.h store: remove usage of non-Rust datapack store 2020-10-02 10:47:22 -07:00
HgImportPyError.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
HgImportPyError.h eden: remove hg_import_helper.py 2019-12-03 09:30:09 -08:00
HgImportRequest.cpp add eden trace hg command 2020-11-19 13:02:42 -08:00
HgImportRequest.h add eden trace hg command 2020-11-19 13:02:42 -08:00
HgImportRequestQueue.cpp populate multiple requests at once from the queue 2020-05-05 20:59:03 -07:00
HgImportRequestQueue.h populate multiple requests at once from the queue 2020-05-05 20:59:03 -07:00
HgProxyHash.cpp remove dependency on glog 2020-11-10 16:31:15 -08:00
HgProxyHash.h always immediately fetch HgProxyHash in HgQueuedBackingStore 2020-11-02 20:18:26 -08:00
HgQueuedBackingStore.cpp add eden trace hg command 2020-11-19 13:02:42 -08:00
HgQueuedBackingStore.h add eden trace hg command 2020-11-19 13:02:42 -08:00
MetadataImporter.cpp enable metadata fetching by manifest id 2020-08-10 23:53:10 -07:00
MetadataImporter.h enable metadata fetching by manifest id 2020-08-10 23:53:10 -07:00
ScsProxyHash.cpp remove dependency on glog 2020-11-10 16:31:15 -08:00
ScsProxyHash.h make HgProxyHash move noexcept 2020-11-02 20:18:26 -08:00