mercurial/pathutil.py
changeset 48913 f254fc73d956
parent 48875 6000f5b25c9b
child 48946 642e31cb55f0
--- a/mercurial/pathutil.py	Thu Mar 03 17:39:20 2022 -0800
+++ b/mercurial/pathutil.py	Thu Mar 03 18:28:30 2022 -0800
@@ -324,7 +324,7 @@
         self._dirs = {}
         addpath = self.addpath
         if isinstance(map, dict) and only_tracked:
-            for f, s in pycompat.iteritems(map):
+            for f, s in map.items():
                 if s.state != b'r':
                     addpath(f)
         elif only_tracked: