Mercurial > hg
view hgext/__init__.py @ 30462:356406ac454f
debuginstall: print compression engine support
Since compression engines may be provided by extensions and since
not all registered compression engines may be available to use,
it seems useful to provide a mechanism to see the state of known
compression engines.
This commit teaches `hg debuginstall` to print info on known and
available compression engines.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 19 Nov 2016 10:54:21 -0800 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)