hgext/releasenotes.py
changeset 43105 649d3ac37a12
parent 43085 eef9a2d67051
child 43117 8ff1ecfadcd1
--- a/hgext/releasenotes.py	Sun Oct 06 17:59:15 2019 -0400
+++ b/hgext/releasenotes.py	Sun Oct 06 19:25:18 2019 -0400
@@ -161,7 +161,7 @@
             custom_sections = getcustomadmonitions(repo)
             if custom_sections:
                 sections.update(custom_sections)
-            self._sections = list(sections.iteritems())
+            self._sections = list(pycompat.iteritems(sections))
         else:
             self._sections = list(DEFAULT_SECTIONS)