equal
deleted
inserted
replaced
21 modulepolicy = policy.policy |
21 modulepolicy = policy.policy |
22 |
22 |
23 # Modules that have both Python and C implementations. See also the |
23 # Modules that have both Python and C implementations. See also the |
24 # set of .py files under mercurial/pure/. |
24 # set of .py files under mercurial/pure/. |
25 _dualmodules = { |
25 _dualmodules = { |
26 'mercurial.diffhelpers', |
|
27 'mercurial.mpatch', |
26 'mercurial.mpatch', |
28 'mercurial.parsers', |
27 'mercurial.parsers', |
29 } |
28 } |
30 |
29 |
31 class hgimporter(object): |
30 class hgimporter(object): |