Mercurial > hg
diff mercurial/diffhelpers.c @ 30052:eaaedad68011
py3: switch to .items() using transformer
.iteritems() don't exist in Python 3 world. Used the transformer
to replace .iteritems() to .items()
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 07 Oct 2016 15:29:57 +0200 |
parents | f1c127df7c4f |
children | 2f51f4c535d2 |