This is an archive of the discontinued Mercurial Phabricator instance.

files: extract code for extra filtering of the `removed` entry into copies
ClosedPublic

Authored by marmoute on May 27 2020, 9:17 AM.

Details

Summary

We want to reduce the set of removed files that to the set of files actually
removed. That removed set is used as of the changeset centric algorithm,
having smaller sets means less processing and faster computation.

In this changeset we extract the code to be a function of it own. We will make
use of it in the next changesets.

Diff Detail

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