I've spent some time reflecting on this, and I think this is the best
we can do in this API contract for now. This opens the door to adding
treemanifest's implementation to the list of implementers of
imanifestdict.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG948fac24bc39: manifest: introduce new exception to signal unavailability of fastdelta()
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
mercurial/manifest.py | ||
---|---|---|
1632 | this will lead us to running this and next heapq.merge call on treemanifest, but I am not sure how costly that will be. |
this will lead us to running this and next heapq.merge call on treemanifest, but I am not sure how costly that will be.