hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 11 Jan 2018 17:11:10 +0530
changeset 3400 6d345d7ca682
parent 2020 143c8e4dc22d
permissions -rw-r--r--
obslog: add header to the changeset description diff This patch adds `diff -r <hash> -r <hash> <filename>` header to the output of the changeset description diff which is shown using the --patch flag of obslog command. This fixes the label/color issue for description diff also.

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