hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 22 Feb 2024 10:58:54 +0100
changeset 51414 630d5283ee82
parent 48875 6000f5b25c9b
permissions -rw-r--r--
phases: change the way we warm the phasecache in repocache Same logic as for the previous chngeset. We are about to rename and change the method used here.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)