mercurial/copies.py
changeset 7622 4dd7b28003d2
parent 6762 f67d1468ac50
child 7873 4a4c7f6a5912
--- a/mercurial/copies.py	Mon Jan 12 09:07:02 2009 +0100
+++ b/mercurial/copies.py	Mon Jan 12 09:16:03 2009 +0100
@@ -189,7 +189,7 @@
 
     # examine each file copy for a potential directory move, which is
     # when all the files in a directory are moved to a new directory
-    for dst, src in fullcopy.items():
+    for dst, src in fullcopy.iteritems():
         dsrc, ddst = _dirname(src), _dirname(dst)
         if dsrc in invalid:
             # already seen to be uninteresting