( )⚙ D8595 copies: make _chain() and _filter() public

This is an archive of the discontinued Mercurial Phabricator instance.

copies: make _chain() and _filter() public
Changes PlannedPublic

Authored by martinvonz on May 29 2020, 11:57 AM.

Details

Reviewers
indygreg
Group Reviewers
hg-reviewers
Summary

The next patch will add a call to chain(). I made _filter() public
just for consistency.

Diff Detail

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

Event Timeline

martinvonz created this revision.May 29 2020, 11:57 AM
indygreg accepted this revision.May 30 2020, 12:20 PM
This revision is now accepted and ready to land.May 30 2020, 12:20 PM

This patch seems related to D8596 which @martinvonz pointed as "not meant to be merged". What should we do with this diff ? is it intended for landing ? If not could get we it out of need-review and marke it RFC ?

This patch seems related to D8596 which @martinvonz pointed as "not meant to be merged". What should we do with this diff ? is it intended for landing ? If not could get we it out of need-review and marke it RFC ?

That was on an earlier version of the series; this series is now ready.

martinvonz updated this revision to Diff 21604.Jun 10 2020, 1:54 PM
martinvonz planned changes to this revision.Jul 16 2020, 11:23 AM

Changes planned to earlier patch in the series