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
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

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