This is an archive of the discontinued Mercurial Phabricator instance.

py3: don't use dict.iterkeys() in hgext/fastannotate/context.py
ClosedPublic

Authored by pulkit on Aug 31 2018, 4:46 PM.

Details

Summary

dict.iterkeys() is not present on Python 3.

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

pulkit created this revision.Aug 31 2018, 4:46 PM
This revision was automatically updated to reflect the committed changes.