hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 30 Sep 2021 16:33:12 +0200
changeset 48144 6f54afb094bd
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
dirstate: align the dirstate's API to the lower level ones This conclude the refactoring of this API. We can now finalize the dirstate v2 on disk format. Differential Revision: https://phab.mercurial-scm.org/D11587

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)