This is an archive of the discontinued Mercurial Phabricator instance.

bundlerepo: make bundle and bundlefile attributes private
ClosedPublic

Authored by indygreg on Nov 11 2017, 9:52 PM.

Details

Summary

These attributes are implementation details and shouldn't be
exposed outside the class.

.. api::

bundlerepo.bundlerepository.bundle and
bundlerepo.bundlerepository.bundlefile are now prefixed with an
underscore.

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.Nov 11 2017, 9:52 PM
dlax accepted this revision.Nov 13 2017, 2:57 AM
durin42 accepted this revision.Nov 13 2017, 5:20 PM
This revision is now accepted and ready to land.Nov 13 2017, 5:20 PM
This revision was automatically updated to reflect the committed changes.