This is an archive of the discontinued Mercurial Phabricator instance.

revlog: fix a typo closing the wrong file
ClosedPublic

Authored by mharbison72 on Jun 12 2021, 12:57 AM.

Details

Summary

Caught by pytype as possibly being None, but the file is closed in the previous
conditional.

Diff Detail

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

Event Timeline

mharbison72 created this revision.Jun 12 2021, 12:57 AM
Alphare accepted this revision.Jun 15 2021, 2:00 PM
This revision is now accepted and ready to land.Jun 15 2021, 2:00 PM
This revision was automatically updated to reflect the committed changes.