comparison mercurial/revlog.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
224 224
225 def parse_index_v1_nodemap(data, inline): 225 def parse_index_v1_nodemap(data, inline):
226 index, cache = parsers.parse_index_devel_nodemap(data, inline) 226 index, cache = parsers.parse_index_devel_nodemap(data, inline)
227 return index, cache 227 return index, cache
228 228
229
229 else: 230 else:
230 parse_index_v1_nodemap = None 231 parse_index_v1_nodemap = None
231 232
232 233
233 def parse_index_v1_rust(data, inline, default_header): 234 def parse_index_v1_rust(data, inline, default_header):