This is an archive of the discontinued Mercurial Phabricator instance.

localrepo: enable ellipsis flag on revlogs when repo is narrow
ClosedPublic

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

Details

Summary

If the narrow requirement is present, revlogs created for that
repository will have the ellipsis flag enabled.

This is the same behavior that the narrow extension exhibits. Except
the ellipsis flag won't be enabled on repos/revlogs that don't have
the narrow requirement.

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

indygreg created this revision.Sep 18 2018, 6:40 PM
This revision was automatically updated to reflect the committed changes.