Mercurial > hg
view hgext3rd/__init__.py @ 44325:5cd2d91eeebd stable
chgserver: spawn new process if schemes change
The schemes extension updates hg.schemes table. It's technically possible
for hg.repository() to look for e.g. ui.schemes instead of depending on
module-local table, but I don't think the change would make much sense
since [schemes] is usually specified in ~/.hgrc and thus it can be considered
static data.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 11 Feb 2020 19:53:56 +0900 |
parents | 2372284d9457 |
children | 6000f5b25c9b |
line wrap: on
line source
# name space package to host third party extensions from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)