Mercurial > hg
diff mercurial/pathutil.py @ 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 | 6f447b9ec263 |
children | 318a24b52eeb |