This is an archive of the discontinued Mercurial Phabricator instance.

rust-dirstatemap: add `NonNormalEntries` class
ClosedPublic

Authored by marmoute on Feb 12 2020, 6:33 PM.

Details

Summary

This fix introduces the same encapsulation as the copymap. There is no easy
way of doing this any better for now.

hg up -r null && time HGRCPATH= HGMODULEPOLICY=rust+c hg up tip on Mozilla
Central, (not super recent, but it doesn't matter):

Before: 7:44,08 total
After: 1:03,23 total

Pretty brutal regression!

This is a graft on stable of cf1f8660e568

Diff Detail

Repository
rHG Mercurial
Branch
stable
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.Feb 12 2020, 6:33 PM

INTENDED FOR STABLE

This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.