hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Fri, 03 Aug 2018 00:52:10 +0200
branchstable
changeset 3932 35b2d201eb71
parent 2020 143c8e4dc22d
permissions -rw-r--r--
compat: fix obslog compatiblity with 4.3 Due to the way of how successor sets are retrieved in new Mercurial version, retrieving it again in 4.3 way would be a performance hit and complexify the code too much. Don't retrieve markers of successor sets which makes obslog filtered output more limited in 4.3.

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