hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Tue, 20 Jun 2017 13:49:40 +0200
changeset 2637 49f2741c4dd7
parent 2020 143c8e4dc22d
permissions -rw-r--r--
obslog: add a patch option Add support for '--patch' option in obslog for a similar effect than "hg log --patch". The patch support is only limited to a few basic cases that will be extended in the future.

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