mercurial/narrowspec.py
changeset 48390 322525db4c98
parent 48230 7ed0fc687220
child 48777 eb9c55453249
--- a/mercurial/narrowspec.py	Thu Nov 18 15:00:13 2021 +0100
+++ b/mercurial/narrowspec.py	Thu Nov 18 13:12:40 2021 +0100
@@ -323,7 +323,7 @@
     removedmatch = matchmod.differencematcher(oldmatch, newmatch)
 
     ds = repo.dirstate
-    lookup, status = ds.status(
+    lookup, status, _mtime_boundary = ds.status(
         removedmatch, subrepos=[], ignored=True, clean=True, unknown=True
     )
     trackeddirty = status.modified + status.added