hgext/win32text.py
changeset 48913 f254fc73d956
parent 48875 6000f5b25c9b
child 49284 d44e3c45f0e4
--- a/hgext/win32text.py	Thu Mar 03 17:39:20 2022 -0800
+++ b/hgext/win32text.py	Thu Mar 03 18:28:30 2022 -0800
@@ -212,7 +212,7 @@
 def reposetup(ui, repo):
     if not repo.local():
         return
-    for name, fn in pycompat.iteritems(_filters):
+    for name, fn in _filters.items():
         repo.adddatafilter(name, fn)