sapling/edenscm
Durham Goode 3ad4fe7516 manifest: remove manifestdelta optimization
Summary:
Reading filectx info tried to use an optimization to get the filenode
without uncompressing the whole manifest. In a tree world, this optimization
actually hurts performance because it requires downloading the parent tree and
performing a diff. Since everything is now treeonly, let's just drop this
optimization.

This helps in some Eden tests where they prefetch a specific commit then attempt
to access it offline.

Reviewed By: markbt

Differential Revision: D15344433

fbshipit-source-id: 3b6ebc27ce7e263abefaa962856a4c7bea0df793
2019-05-24 10:00:49 -07:00
..
hgdemandimport codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00
hgext manifest: remove readfast, replace readdelta 2019-05-24 10:00:49 -07:00
mercurial manifest: remove manifestdelta optimization 2019-05-24 10:00:49 -07:00
__init__.py codemod: move Python packages to edenscm 2019-01-28 18:35:41 -08:00