Mercurial > public > mercurial-scm > hg
diff mercurial/__init__.py @ 32371:151cc3b3d799
mpatch: switch to policy importer
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 13 Aug 2016 12:18:58 +0900 |
parents | 017ad85e5ac8 |
children | df448de7cf3b |
line wrap: on
line diff
--- a/mercurial/__init__.py Sat Aug 13 12:15:49 2016 +0900 +++ b/mercurial/__init__.py Sat Aug 13 12:18:58 2016 +0900 @@ -23,7 +23,6 @@ # Modules that have both Python and C implementations. See also the # set of .py files under mercurial/pure/. _dualmodules = { - 'mercurial.mpatch', 'mercurial.parsers', }