hgext/remotefilelog/__init__.py
changeset 45346 3c783ff08d40
parent 45334 b9b055f15035
child 45481 bddc4f2ef317
--- a/hgext/remotefilelog/__init__.py	Wed Aug 05 15:41:23 2020 +0530
+++ b/hgext/remotefilelog/__init__.py	Wed Aug 05 16:00:25 2020 +0530
@@ -497,7 +497,7 @@
     if isenabled(repo):
         files = []
         sparsematch = repo.maybesparsematch(mctx.rev())
-        for f, (m, actionargs, msg) in pycompat.iteritems(mresult.actions):
+        for f, (m, actionargs, msg) in mresult.filemap():
             if sparsematch and not sparsematch(f):
                 continue
             if m in (