hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Wed, 21 Feb 2018 17:26:22 +0100
changeset 36964 79b73be4dda5
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
rev-branch-cache: add a function to generate a part The function is able to produce a rbc part consumed by the function introduced into previous changesets. More details on usage and impact in the next changesets.

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