hgext/__init__.py
author Boris Feld <boris.feld@octobus.net>
Wed, 21 Feb 2018 17:26:22 +0100
changeset 36964 79b73be4dda5
parent 28450 155e3308289c
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.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)