Mercurial > hg
comparison mercurial/mpatch.c @ 30293:78f3c7166f0d
manifest: add shallow option to treemanifestctx.readdelta and readfast
The old manifest had different functions for performing shallow reads, shallow
readdeltas, and shallow readfasts. Since a lot of the code is duplicate (and
since those functions don't make sense on a normal manifestctx), let's unify
them into flags on the existing readdelta and readfast functions.
A future diff will change consumers of these functions to use the manifestctx
versions and will delete the old apis.
author | Durham Goode <durham@fb.com> |
---|---|
date | Wed, 02 Nov 2016 17:10:47 -0700 |
parents | 155f0cc3f813 |
children | 347c0f4232e1 |
comparison
equal
deleted
inserted
replaced
30292:d4b340bf68c5 | 30293:78f3c7166f0d |
---|