Mercurial > hg
diff mercurial/setdiscovery.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 | c3eacee01c7e |
children | bd872f64a8ba |