hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 23 Nov 2021 03:22:30 +0100
changeset 48436 f5dea753fe4e
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
win32text: drop associated dirstate cache information on revert Otherwise the could get size from one version of the file while the on-disk version is still clean but with another size. This fix the previously introduced error. Differential Revision: https://phab.mercurial-scm.org/D11792

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)