This is an archive of the discontinued Mercurial Phabricator instance.

treemanifests: make _loadchildrensetlazy just call _loadlazy
ClosedPublic

Authored by spectral on Oct 2 2018, 6:46 PM.

Details

Summary

This was suggested on the original review for _loadchildrensetlazy (D4370), it's
taken me a while to get to it though.

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

spectral created this revision.Oct 2 2018, 6:46 PM
This revision was automatically updated to reflect the committed changes.
martinvonz added inline comments.
mercurial/manifest.py
722

test-check-pyflakes.t didn't like this unused variable. I fixed it in flight. (So no action needed from you, and no need for others to send a fix for it.)