hgext/convert/hg.py
changeset 45346 3c783ff08d40
parent 45275 8e8d513941b4
child 45790 5d65e04b6a80
--- a/hgext/convert/hg.py	Wed Aug 05 15:41:23 2020 +0530
+++ b/hgext/convert/hg.py	Wed Aug 05 16:00:25 2020 +0530
@@ -229,7 +229,7 @@
             followcopies=False,
         )
 
-        for file, (action, info, msg) in pycompat.iteritems(mresult.actions):
+        for file, (action, info, msg) in mresult.filemap():
             if source.targetfilebelongstosource(file):
                 # If the file belongs to the source repo, ignore the p2
                 # since it will be covered by the existing fileset.