This is an archive of the discontinued Mercurial Phabricator instance.

revlog: prepare pure parser for being overloaded
ClosedPublic

Authored by Alphare on Jan 28 2021, 9:59 AM.

Details

Summary

The current class uses module-level variables which don't allow for reusing the
current logic for a slightly different revlog version.

Diff Detail

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

Event Timeline

Alphare created this revision.Jan 28 2021, 9:59 AM
pulkit accepted this revision.Jan 28 2021, 1:18 PM
This revision is now accepted and ready to land.Jan 28 2021, 1:18 PM
This revision was automatically updated to reflect the committed changes.