This is an archive of the discontinued Mercurial Phabricator instance.

revlog: rewrite `censors.py` to `rewrite.py`
ClosedPublic

Authored by marmoute on Jun 22 2021, 7:27 PM.

Details

Summary

The logic we use for censoring revision will be mostly common with the one we
needs for stripping. So we rename the module to rewrite to better match its
future content.

Diff Detail

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

Event Timeline

marmoute created this revision.Jun 22 2021, 7:27 PM
Alphare accepted this revision.Jul 1 2021, 4:44 AM
This revision is now accepted and ready to land.Jul 1 2021, 4:44 AM
This revision was automatically updated to reflect the committed changes.