hgext/convert/convcmd.py
changeset 43105 649d3ac37a12
parent 43085 eef9a2d67051
child 44102 fdaa4233dc18
--- a/hgext/convert/convcmd.py	Sun Oct 06 17:59:15 2019 -0400
+++ b/hgext/convert/convcmd.py	Sun Oct 06 19:25:18 2019 -0400
@@ -581,7 +581,7 @@
                         # previous one so we don't end up with extra tag heads
                         tagsparents = [
                             e
-                            for e in self.map.iteritems()
+                            for e in pycompat.iteritems(self.map)
                             if e[1] == tagsparent
                         ]
                         if tagsparents: