hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 19 Jun 2023 18:15:27 +0200
changeset 50710 1299525832d0
parent 48966 6000f5b25c9b
permissions -rw-r--r--
clone-bundle: only add the REQUIRESNI bit for http(s) we don't needs it for `peer-bundle-cache://` for example

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)