This is an archive of the discontinued Mercurial Phabricator instance.

fix: appease pyflakes and make unused variables more obvious
ClosedPublic

Authored by Alphare on Oct 18 2021, 5:35 AM.

Details

Summary

pyflakes is complaining that baserevs is redefined by the list comprehension,
and while this lint can be valuable, it's not actually a problem here.

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

Alphare created this revision.Oct 18 2021, 5:35 AM
pulkit accepted this revision.Oct 18 2021, 10:41 AM
This revision is now accepted and ready to land.Oct 18 2021, 10:41 AM