sapling/hgdemandimport
Jun Wu 3e05e789bc demandimport: disable if chg is being used
In chg's case, making modules lazily loaded could actually slow down things
since chg pre-imports them. Therefore disable demandimport if chg is being
used.

This is not done by setting `HGDEMANDIMPORT` chg client-side because that
has side-effects on child processes (hooks, etc).

Differential Revision: https://phab.mercurial-scm.org/D351
2017-08-16 10:44:06 -07:00
..
__init__.py demandimport: disable if chg is being used 2017-08-16 10:44:06 -07:00
demandimportpy2.py demandimport: move HGDEMANDIMPORT test to __init__.py 2017-08-18 11:08:17 -07:00
demandimportpy3.py demandimport: move HGDEMANDIMPORT test to __init__.py 2017-08-18 11:08:17 -07:00