mercurial/manifest.py
changeset 35586 fbf1a5d680ea
parent 34345 05167447f90d
child 36095 59adb3051718
--- a/mercurial/manifest.py	Fri Dec 29 05:29:04 2017 +0530
+++ b/mercurial/manifest.py	Fri Dec 29 05:47:17 2017 +0530
@@ -810,7 +810,7 @@
             if p in self._files:
                 yield self._subpath(p)
             else:
-                for f in self._dirs[p].iterkeys():
+                for f in self._dirs[p]:
                     yield f
 
     def keys(self):