hgext3rd/__init__.py
author Rodrigo Damazio Bovendorp <rdamazio@google.com>
Tue, 16 May 2017 23:37:10 -0700
branchstable
changeset 2367 3be45918c7b5
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: fixing obscache invalidation This was missing a call to the parent's destroyed(), such that any transaction after stripping some nodes would result in a crash (by attempting to read nodes which were stripped).

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