mercurial/verify.py
changeset 51783 73b9558a0c56
parent 51714 45828bc3c3d6
child 51859 f4733654f144
--- a/mercurial/verify.py	Tue Aug 06 02:13:17 2024 +0200
+++ b/mercurial/verify.py	Tue Aug 06 02:09:33 2024 +0200
@@ -360,7 +360,7 @@
                 self._err(lr, _(b"%s not in changesets") % short(n), label)
 
             try:
-                mfdelta = mfl.get(dir, n).readdelta(shallow=True)
+                mfdelta = mfl.get(dir, n).read_delta_new_entries(shallow=True)
                 for f, fn, fl in mfdelta.iterentries():
                     if not f:
                         self._err(lr, _(b"entry without name in manifest"))