hgext/largefiles/overrides.py
changeset 45345 e5b4061f32be
parent 45344 4c6004afd836
child 45348 490607efc992
--- a/hgext/largefiles/overrides.py	Wed Aug 05 15:37:26 2020 +0530
+++ b/hgext/largefiles/overrides.py	Wed Aug 05 15:41:23 2020 +0530
@@ -562,7 +562,7 @@
 
     # Convert to dictionary with filename as key and action as value.
     lfiles = set()
-    for f in mresult.actions:
+    for f in mresult.files():
         splitstandin = lfutil.splitstandin(f)
         if splitstandin is not None and splitstandin in p1:
             lfiles.add(splitstandin)