This is an archive of the discontinued Mercurial Phabricator instance.

transaction: make file a private attribute
ClosedPublic

Authored by indygreg on Sep 17 2018, 7:36 PM.

Details

Summary

This holds a file handle for the journal file. This file handle
should not be touched outside the journal class and doesn't
belong on the public interface.

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

indygreg created this revision.Sep 17 2018, 7:36 PM
This revision was automatically updated to reflect the committed changes.