hgext3rd/__init__.py
author Pierre-Yves DAVID <pierre-yves.david@octobus.net>
Wed, 01 Jun 2022 01:32:45 +0200
changeset 49270 251650844331
parent 48966 6000f5b25c9b
permissions -rw-r--r--
debugindex: add a `p1-rev` column This will be useful in case of corrupted index.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)