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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

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.