hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 12 Nov 2017 01:35:51 +0530
changeset 3214 9fe2b3fd7fc7
parent 2020 143c8e4dc22d
permissions -rw-r--r--
obslog: add initial support for showing note in obslog This add a very basic and initial support for showing the note stored in the obsmarker in obslog to test the upcoming changes which adds support. The UI is not finalised and will be improved in the patches after support is added and we have tests with the current output.

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