view hgext/__init__.py @ 51907:bd7359c18d69

rev-branch-cache: fallback on "v1" data if no v2 is found This will help smooth the transition to the v2 format for existing large repository.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 24 Sep 2024 15:44:10 +0200
parents f4733654f144
children
line wrap: on
line source

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)