This is an archive of the discontinued Mercurial Phabricator instance.

nodemap: test that an outdated nodemap can catch up
ClosedPublic

Authored by marmoute on Feb 28 2020, 1:54 PM.

Details

Summary

If the persistent nodemap does not contains all revision that the index
contains, this is should be detected and dealt with. We add a test for this
case.

Diff Detail

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

Event Timeline

marmoute created this revision.Feb 28 2020, 1:54 PM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.

This got cherry picked before the other patches that implement more of the nodemap in rust. As a result test-persistent-nodemap.t breaks.

marmoute updated this revision to Diff 20680.

rebase above latest default up to landed-D8182