diff -r 39e2b2d062c1 -r 493034cc3265 mercurial/pure/parsers.py --- a/mercurial/pure/parsers.py Thu Jul 18 12:03:29 2024 +0200 +++ b/mercurial/pure/parsers.py Thu Jul 18 12:36:12 2024 +0200 @@ -911,7 +911,6 @@ ) def _pack_entry(self, rev, entry): - base = entry[revlog_constants.ENTRY_DELTA_BASE] link_rev = entry[revlog_constants.ENTRY_LINK_REV] assert base == rev, (base, rev)