tests/test-parseindex2.py
changeset 51700 7f0cb9ee0534
parent 51690 493034cc3265
child 51703 ca7bde5dbafb
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