( )⚙ D10034 narrow: fix flaky behavior described in issue6150

This is an archive of the discontinued Mercurial Phabricator instance.

narrow: fix flaky behavior described in issue6150
ClosedPublic

Authored by Alphare on Feb 19 2021, 1:38 PM.

Details

Summary

This has been plaguing the CI for a good while, and it doesn't appear to have
an easy fix proposed yet. The solution in this change is to always do an
unambiguous (but expensive) lookup in case of comparison. This should always
be correct, albeit suboptimal.

Diff Detail

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

Event Timeline

Alphare created this revision.Feb 19 2021, 1:38 PM

/!\ This change is destined for the stable branch

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