sapling/cstore
Durham Goode 195cb62bde ctreemanifest: remove PythonObj from manifest data structures
Summary:
The old code kept a PythonObj around inside the ManifestFetcher for fetching
manifest contents from the store. As part of moving the treemanifest code to use
the new native cstore API let's make the manifest code depend on a Store
abstraction and have one implementation be a PythonStore.

This removes almost all of the python dependencies from the core treemanifest
code, except some logic around running the python matcher during iteration and
writing directly to the python result dict during diff. We'll abstract those
away later.

Test Plan: Built and ran the tests

Reviewers: #mercurial, simonfar

Reviewed By: simonfar

Subscribers: simonfar, mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D4569944

Signature: t1:4569944:1487847102:d005b6484fd7de9335961b0bc4530505b25f961d
2017-02-23 14:03:03 -08:00
..
bitmanipulation.h cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
compat.h cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
datapackstore.cpp cstore: implement UnionDatapackStore.getdeltachain() 2017-02-23 14:03:03 -08:00
datapackstore.h cstore: implement UnionDatapackStore.getdeltachain() 2017-02-23 14:03:03 -08:00
key.h cstore: implement UnionDatapackStore.getdeltachain() 2017-02-23 14:03:03 -08:00
mpatch.c cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
mpatch.h cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
py-cdatapack.h cstore: C++ implementation of datapackstore 2017-02-23 14:03:03 -08:00
py-cstore.cpp cstore: implement UnionDatapackStore 2017-02-23 14:03:03 -08:00
py-datapackstore.h cstore: implement UnionDatapackStore.get() 2017-02-23 14:03:03 -08:00
py-treemanifest.h ctreemanifest: remove PythonObj from manifest data structures 2017-02-23 14:03:03 -08:00
store.h cstore: create base Store interface 2017-02-23 14:03:03 -08:00
uniondatapackstore.cpp cstore: implement UnionDatapackStore.get() 2017-02-23 14:03:03 -08:00
uniondatapackstore.h cstore: create base Store interface 2017-02-23 14:03:03 -08:00