This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: call rev() on manifestlog instance
ClosedPublic

Authored by indygreg on Aug 13 2018, 12:55 PM.

Details

Summary

rev() is part of the imanifestlog interface and should be used instead
of using the private revlog instance, which is an implementation
detail.

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.Aug 13 2018, 12:55 PM
This revision was automatically updated to reflect the committed changes.