hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Fri, 19 Feb 2021 11:04:17 +0100
changeset 46716 c8bb7b89179e
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
revlogv2: temporarily forbid inline revlogs See inline comments. I plan to fix the underlying issue before revlogv2 is stabilized. Differential Revision: https://phab.mercurial-scm.org/D10030

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)