( )⚙ D10571 revlog: deal with special "postfix" explicitely

This is an archive of the discontinued Mercurial Phabricator instance.

revlog: deal with special "postfix" explicitely
ClosedPublic

Authored by marmoute on May 3 2021, 7:47 AM.

Details

Summary

revlog usually use a straight forward '.i' and '.d' naming except for two cases
"in-transaction" changelog, and censoring. Our goal is to let the revlog code
deal with the internal of the file naming itself. To do so, we need to start
dealing with these postfix explicitly.

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

marmoute created this revision.May 3 2021, 7:47 AM
baymax updated this revision to Diff 27486.May 3 2021, 9:43 PM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

Alphare accepted this revision.May 11 2021, 9:40 AM
This revision is now accepted and ready to land.May 11 2021, 9:40 AM
This revision was automatically updated to reflect the committed changes.