tests/test-parseindex2.py
changeset 51686 493034cc3265
parent 48875 6000f5b25c9b
child 51696 7f0cb9ee0534
equal deleted inserted replaced
51685:39e2b2d062c1 51686:493034cc3265
    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 
    28 
    29 
    29 # original python implementation
    30 # original python implementation
    30 def gettype(q):
    31 def gettype(q):
    31     return int(q & 0xFFFF)
    32     return int(q & 0xFFFF)
    32 
    33