This is an archive of the discontinued Mercurial Phabricator instance.

transaction: make journal a private attribute
ClosedPublic

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

Details

Summary

This attribute tracks the name of the journal file. It is an
implementation detail of the current transaction and therefore
shouldn't be exposed as part of the interface. Let's mark it as
private.

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.