hgext3rd/__init__.py
author Paul Morelle <paul.morelle@octobus.net>
Mon, 16 Jul 2018 17:10:52 -0700
changeset 38719 4ad2a1ff0404
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
upgrade: add information about sparse-revlog Show information about sparse-revlog in debugformat, just like other requirements.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)