( )⚙ D10929 dirstate: move the _rangemask filtering closer to its storage

This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: move the _rangemask filtering closer to its storage
ClosedPublic

Authored by marmoute on Jul 2 2021, 11:17 AM.

Details

Summary

The goal is to get ready to move these kind of processing at a lower level. We start with move
move _rangemask filtering close to where it is sent to the lower level to make the future move trivial.

Diff Detail

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

Event Timeline

marmoute created this revision.Jul 2 2021, 11:17 AM
SimonSapin accepted this revision.Jul 2 2021, 11:57 AM
pulkit accepted this revision.Jul 3 2021, 7:40 AM
This revision is now accepted and ready to land.Jul 3 2021, 7:40 AM