equal
deleted
inserted
replaced
24 'mercurial.node', |
24 'mercurial.node', |
25 ) |
25 ) |
26 |
26 |
27 # Modules that have both Python and C implementations. |
27 # Modules that have both Python and C implementations. |
28 _dualmodules = ( |
28 _dualmodules = ( |
29 'mpatch.py', |
|
30 'parsers.py', |
29 'parsers.py', |
31 ) |
30 ) |
32 |
31 |
33 # Modules that must be aliased because they are commonly confused with |
32 # Modules that must be aliased because they are commonly confused with |
34 # common variables and can create aliasing and readability issues. |
33 # common variables and can create aliasing and readability issues. |