hgext/eol.py
changeset 43105 649d3ac37a12
parent 43077 687b865b95ad
child 43117 8ff1ecfadcd1
--- a/hgext/eol.py	Sun Oct 06 17:59:15 2019 -0400
+++ b/hgext/eol.py	Sun Oct 06 19:25:18 2019 -0400
@@ -367,7 +367,7 @@
 
     if not repo.local():
         return
-    for name, fn in filters.iteritems():
+    for name, fn in pycompat.iteritems(filters):
         repo.adddatafilter(name, fn)
 
     ui.setconfig(b'patch', b'eol', b'auto', b'eol')