hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Fri, 12 May 2017 11:39:41 +0200
changeset 2349 521a18a10a06
parent 2020 143c8e4dc22d
permissions -rw-r--r--
obshistory: display a message when one marker node has no change ctx When exchanging obs markers, there is some change contexts referencing change contexts that are not available locally. As we cannot display informations about them, instead print a message saying so.

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