This is an archive of the discontinued Mercurial Phabricator instance.

revlog: add opener option to enable ellipsis flag processor
ClosedPublic

Authored by indygreg on Sep 18 2018, 6:40 PM.

Details

Summary

The ellipsis flag processor can now be registered by specifying
an opener option when constructing a revlog instance. This allows
us to enable ellipsis flags on a per-revlog basis.

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.