comparison mercurial/pure/parsers.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
909 & 3, 909 & 3,
910 items[revlog_constants.INDEX_ENTRY_V2_IDX_RANK], 910 items[revlog_constants.INDEX_ENTRY_V2_IDX_RANK],
911 ) 911 )
912 912
913 def _pack_entry(self, rev, entry): 913 def _pack_entry(self, rev, entry):
914
914 base = entry[revlog_constants.ENTRY_DELTA_BASE] 915 base = entry[revlog_constants.ENTRY_DELTA_BASE]
915 link_rev = entry[revlog_constants.ENTRY_LINK_REV] 916 link_rev = entry[revlog_constants.ENTRY_LINK_REV]
916 assert base == rev, (base, rev) 917 assert base == rev, (base, rev)
917 assert link_rev == rev, (link_rev, rev) 918 assert link_rev == rev, (link_rev, rev)
918 data = ( 919 data = (