hgext/win32text.py
changeset 43105 649d3ac37a12
parent 43077 687b865b95ad
child 45942 89a2afe31e82
--- a/hgext/win32text.py	Sun Oct 06 17:59:15 2019 -0400
+++ b/hgext/win32text.py	Sun Oct 06 19:25:18 2019 -0400
@@ -209,7 +209,7 @@
 def reposetup(ui, repo):
     if not repo.local():
         return
-    for name, fn in _filters.iteritems():
+    for name, fn in pycompat.iteritems(_filters):
         repo.adddatafilter(name, fn)