Mercurial > public > mercurial-scm > hg
comparison mercurial/policy.py @ 39218:b85b377e7fc2
index: make node tree a Python object
Differential Revision: https://phab.mercurial-scm.org/D4118
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 06 Jul 2018 07:53:23 -0700 |
parents | 781b2720d2ac |
children | 7a759ad2d06d |
comparison
equal
deleted
inserted
replaced
39217:5961517fd2a8 | 39218:b85b377e7fc2 |
---|---|
67 _cextversions = { | 67 _cextversions = { |
68 (r'cext', r'base85'): 1, | 68 (r'cext', r'base85'): 1, |
69 (r'cext', r'bdiff'): 3, | 69 (r'cext', r'bdiff'): 3, |
70 (r'cext', r'mpatch'): 1, | 70 (r'cext', r'mpatch'): 1, |
71 (r'cext', r'osutil'): 4, | 71 (r'cext', r'osutil'): 4, |
72 (r'cext', r'parsers'): 7, | 72 (r'cext', r'parsers'): 8, |
73 } | 73 } |
74 | 74 |
75 # map import request to other package or module | 75 # map import request to other package or module |
76 _modredirects = { | 76 _modredirects = { |
77 (r'cext', r'charencode'): (r'cext', r'parsers'), | 77 (r'cext', r'charencode'): (r'cext', r'parsers'), |