hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 08 Jul 2021 22:08:32 +0200
changeset 47609 c8d6e23fb14a
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
sparse: adjust the temporary includes within a `parentchange` context This is related to dirstate adjustment. Differential Revision: https://phab.mercurial-scm.org/D11033

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)