sync datapack changes from fb-hgext

Summary: looks like we missed ms2316's changes from august

Reviewed By: simpkins

Differential Revision: D6113294

fbshipit-source-id: 5dd43bd554f581397af3eb9853fa965e6127f429
This commit is contained in:
Wez Furlong 2017-10-23 13:33:06 -07:00 committed by Facebook Github Bot
parent bead588d50
commit 935168cba7

View File

@ -454,7 +454,7 @@ void HgImporter::initializeTreeManifestImport(const Options& options) {
return;
}
std::vector<DatapackStore*> storePtrs;
std::vector<DataStore*> storePtrs;
for (const auto& path : options.treeManifestPackPaths) {
XLOG(DBG5) << "treemanifest pack path: " << path;
dataPackStores_.emplace_back(std::make_unique<DatapackStore>(path));