hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 10 Oct 2023 10:03:09 +0200
changeset 51037 d900f74456cc
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
revlog: skip opener options to pass max_deltachain_span We can directly set the option in the config object now.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)