hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 18 Jul 2021 23:42:22 +0200
changeset 47720 b0314d8deee1
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
dirstate: add a `set_possibly_dirty` method This method will be able to replace some usage of `normallookup` in the future. Differential Revision: https://phab.mercurial-scm.org/D11162

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)