hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Sun, 01 Oct 2017 00:35:28 +0100
changeset 3028 c2d1f49ac7e2
parent 2020 143c8e4dc22d
permissions -rw-r--r--
topicmode: add 'random' topic mode That mode will generate a random topic name when the user is about to commit an untopiced changeset.

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