hgext/__init__.py
author Boris Feld <boris.feld@octobus.net>
Thu, 07 Feb 2019 17:04:15 +0100
changeset 41609 286eeed14893
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
fsmonitor: rename new verbose config knob The config knob was introduced in this release cycle under the old extension name, rename it before it is part of a release. Differential Revision: https://phab.mercurial-scm.org/D5880

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)