Mercurial > hg
diff mercurial/dagutil.py @ 35586:fbf1a5d680ea
py3: don't use dict.iterkeys()
Instead of iterating of dict.iterkeys(), let's iterate of dict as that will be
equivalent and dict.iterkeys() is not present in Python 3.
Differential Revision: https://phab.mercurial-scm.org/D1796
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 29 Dec 2017 05:47:17 +0530 |
parents | f77121b6bf1b |
children | 0e46b92b37b1 |