( )⚙ D8090 archival: use walk() instead of matches() on manifest

This is an archive of the discontinued Mercurial Phabricator instance.

archival: use walk() instead of matches() on manifest
ClosedPublic

Authored by durin42 on Feb 6 2020, 4:57 PM.

Details

Summary

All we care about is the filepaths, so this avoids a pointless copy of the
manifest that we only used to extract matching filenames.

Diff Detail

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