hgext/__init__.py
author Rapha?l Gom?s <rgomes@octobus.net>
Thu, 29 Jun 2023 11:37:19 +0200
changeset 51193 f95f70cf2ee2
parent 48875 6000f5b25c9b
child 51859 f4733654f144
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.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)