( )⚙ D3093 store: make file filtering during walk configurable

This is an archive of the discontinued Mercurial Phabricator instance.

store: make file filtering during walk configurable
ClosedPublic

Authored by indygreg on Apr 4 2018, 9:24 PM.

Details

Summary

Previously, the walking mechanism assumed the use of revlogs for
storage.

Making the file filter configurable will enable custom stores
to override _walk() so it recognizes additional files.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Apr 4 2018, 9:24 PM
This revision was automatically updated to reflect the committed changes.