hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Thu, 29 Jun 2023 11:37:19 +0200
changeset 51217 f95f70cf2ee2
parent 48966 6000f5b25c9b
permissions -rw-r--r--
rust-index: check rindex and cindex return the same get_rev This is a temporary safeguard while we synchronize both indexes.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)