This is an archive of the discontinued Mercurial Phabricator instance.

transaction: make opener a private attribute
ClosedPublic

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

Details

Summary

The VFS instance is an implementation detail of the transaction
and doesn't belong as part of the public interface. So 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.