sapling/eden/scm/edenscm/hgdemandimport
Xavier Deguillard b192e0b54b demandimport: re-enable
Summary:
Partially backport upstream
https://www.mercurial-scm.org/repo/hg/rev/f81c17ec303c to enable lazy loading
of python code contained in edenscmdeps3.zip.

Also, temporarily disabling the demandimport on Python3 is a bit tricky, for
the reasons mentioned in the deactivated function. Thus, instead of using the
disabled function, let's use the deactivated one.

Reviewed By: DurhamG

Differential Revision: D19672866

fbshipit-source-id: c9e39ed044121d962af1cc46745bdec72629c579
2020-02-05 11:23:29 -08:00
..
__init__.py demandimport: re-enable 2020-02-05 11:23:29 -08:00
demandimportpy2.py hgdemandimport: use a set for the ignored modules 2020-01-31 17:31:23 -08:00
demandimportpy3.py demandimport: re-enable 2020-02-05 11:23:29 -08:00