This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: assign to proper attribute
ClosedPublic

Authored by indygreg on Aug 6 2018, 7:46 PM.

Details

Summary

0548f696795b accidentally assigned to self.clrevtolocalrev instead of
self._clrevtolocalrev. Surprisingly, no tests failed as a result of
this mistake. Curious.

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 6 2018, 7:46 PM
martinvonz accepted this revision.Aug 7 2018, 12:46 AM
This revision is now accepted and ready to land.Aug 7 2018, 12:46 AM
This revision was automatically updated to reflect the committed changes.