hgext/largefiles/overrides.py
changeset 48390 322525db4c98
parent 48170 941fbaab5aff
child 48431 6b1049d71c3e
--- a/hgext/largefiles/overrides.py	Thu Nov 18 15:00:13 2021 +0100
+++ b/hgext/largefiles/overrides.py	Thu Nov 18 13:12:40 2021 +0100
@@ -1519,7 +1519,7 @@
         return orig(repo, matcher, prefix, uipathfn, opts)
     # Get the list of missing largefiles so we can remove them
     lfdirstate = lfutil.openlfdirstate(repo.ui, repo)
-    unsure, s = lfdirstate.status(
+    unsure, s, mtime_boundary = lfdirstate.status(
         matchmod.always(),
         subrepos=[],
         ignored=False,
@@ -1746,7 +1746,7 @@
         # (*1) deprecated, but used internally (e.g: "rebase --collapse")
 
         lfdirstate = lfutil.openlfdirstate(repo.ui, repo)
-        unsure, s = lfdirstate.status(
+        unsure, s, mtime_boundary = lfdirstate.status(
             matchmod.always(),
             subrepos=[],
             ignored=False,