This is an archive of the discontinued Mercurial Phabricator instance.

simplestorerepo: avoid shadowing dict in list comprehension over dict
ClosedPublic

Authored by durin42 on Apr 4 2018, 3:05 PM.

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

durin42 created this revision.Apr 4 2018, 3:05 PM
indygreg accepted this revision.Apr 4 2018, 3:12 PM
This revision is now accepted and ready to land.Apr 4 2018, 3:12 PM
pulkit added a subscriber: pulkit.Apr 4 2018, 3:13 PM
pulkit added inline comments.
tests/simplestorerepo.py
488

Looks like the above two also occurrences of ishead also needs to be replaced by revishead?

This revision was automatically updated to reflect the committed changes.