Mercurial > public > mercurial-scm > hg
diff 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 |
line wrap: on
line diff
--- a/mercurial/policy.py Sun Aug 19 22:30:32 2018 -0700 +++ b/mercurial/policy.py Fri Jul 06 07:53:23 2018 -0700 @@ -69,7 +69,7 @@ (r'cext', r'bdiff'): 3, (r'cext', r'mpatch'): 1, (r'cext', r'osutil'): 4, - (r'cext', r'parsers'): 7, + (r'cext', r'parsers'): 8, } # map import request to other package or module