( )⚙ D10775 revlog: simplify the try nesting in the `_writing` context

This is an archive of the discontinued Mercurial Phabricator instance.

revlog: simplify the try nesting in the `_writing` context
ClosedPublic

Authored by marmoute on May 27 2021, 3:05 AM.

Details

Summary

Lets use a single try, with conditional cleanup. This make is easier to add a
file handle dedicated to sidedata.

Diff Detail

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