87
87
of the newer API for accessing data about a file over time. It can be a
88
88
separate step easily; but as it's in the same area of the library should not
91
91
* Repository stacking API: The key dependency/change required for this is that
92
92
repositories must individually be happy with having partial data - e.g. many
93
93
ghosts. However the way the API needs to be used should be driven from the
96
96
* Revision stream API: This API will become clear as we streamline commands.
97
97
On the data insertion side commit will want to generate new data. The
98
98
commands pull, bundle, merge, push, possibly uncommit will want to copy
99
99
existing data in a streaming fashion.
102
102
layering is. Probably having smooth layering down to the point that code
103
103
wants to operate on the containers directly will make this more clear. As
104
104
bundles will become a read-only branch & repository, the smart server wants