mercurial/policy.py
changeset 36675 430fdb717549
parent 36627 418f9ea20c35
child 36780 f3c314020beb
equal deleted inserted replaced
36674:c420792217c8 36675:430fdb717549
    64     return fakelocals[modname]
    64     return fakelocals[modname]
    65 
    65 
    66 # keep in sync with "version" in C modules
    66 # keep in sync with "version" in C modules
    67 _cextversions = {
    67 _cextversions = {
    68     (r'cext', r'base85'): 1,
    68     (r'cext', r'base85'): 1,
    69     (r'cext', r'bdiff'): 2,
    69     (r'cext', r'bdiff'): 3,
    70     (r'cext', r'diffhelpers'): 1,
    70     (r'cext', r'diffhelpers'): 1,
    71     (r'cext', r'mpatch'): 1,
    71     (r'cext', r'mpatch'): 1,
    72     (r'cext', r'osutil'): 3,
    72     (r'cext', r'osutil'): 3,
    73     (r'cext', r'parsers'): 4,
    73     (r'cext', r'parsers'): 4,
    74 }
    74 }