This is an archive of the discontinued Mercurial Phabricator instance.

remotefilelogserver: add a matcher argument to _walkstreamfiles()
ClosedPublic

Authored by pulkit on Oct 24 2018, 10:55 AM.

Details

Summary

Implementing narrow stream clones in core, I added an optional matcher argument.
The function in remotefilelogserver.py does not know about that argument and
does not accept that and hence some tests fails.

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

pulkit created this revision.Oct 24 2018, 10:55 AM
pulkit updated this revision to Diff 12341.Oct 24 2018, 11:21 AM
durin42 accepted this revision.Nov 5 2018, 11:01 AM
This revision is now accepted and ready to land.Nov 5 2018, 11:01 AM
This revision was automatically updated to reflect the committed changes.