comparison tests/test-parseindex2.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
23 from mercurial.revlogutils import ( 23 from mercurial.revlogutils import (
24 constants, 24 constants,
25 ) 25 )
26 26
27 parsers = policy.importmod('parsers') 27 parsers = policy.importmod('parsers')
28
29 28
30 # original python implementation 29 # original python implementation
31 def gettype(q): 30 def gettype(q):
32 return int(q & 0xFFFF) 31 return int(q & 0xFFFF)
33 32