( )⚙ D8080 context: use manifest.walk() instead of manifest.match() to get file list

This is an archive of the discontinued Mercurial Phabricator instance.

context: use manifest.walk() instead of manifest.match() to get file list
ClosedPublic

Authored by durin42 on Feb 5 2020, 5:34 PM.

Details

Summary

The former doesn't create a whole extra manifest in order to produce the
matching file list, which is all we actually cared about here. Sigh.

Diff Detail

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

Event Timeline

durin42 created this revision.Feb 5 2020, 5:34 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.