mercurial/__init__.py
changeset 32369 3b88a7fa97d8
parent 32368 008d37c4d783
child 32370 017ad85e5ac8
equal deleted inserted replaced
32368:008d37c4d783 32369:3b88a7fa97d8
    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.bdiff',
       
    27     'mercurial.diffhelpers',
    26     'mercurial.diffhelpers',
    28     'mercurial.mpatch',
    27     'mercurial.mpatch',
    29     'mercurial.parsers',
    28     'mercurial.parsers',
    30 }
    29 }
    31 
    30