hgext/largefiles/overrides.py
changeset 45365 4c6004afd836
parent 45319 a3cd63d6005b
child 45366 e5b4061f32be
--- a/hgext/largefiles/overrides.py	Wed Aug 05 14:03:59 2020 +0530
+++ b/hgext/largefiles/overrides.py	Wed Aug 05 15:37:26 2020 +0530
@@ -571,8 +571,8 @@
 
     for lfile in sorted(lfiles):
         standin = lfutil.standin(lfile)
-        (lm, largs, lmsg) = mresult.actions.get(lfile, (None, None, None))
-        (sm, sargs, smsg) = mresult.actions.get(standin, (None, None, None))
+        (lm, largs, lmsg) = mresult.getfile(lfile, (None, None, None))
+        (sm, sargs, smsg) = mresult.getfile(standin, (None, None, None))
         if sm in (b'g', b'dc') and lm != b'r':
             if sm == b'dc':
                 f1, f2, fa, move, anc = sargs