hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 17 Oct 2018 14:47:38 +0200
branchstable
changeset 4190 883e75e0a810
parent 2020 143c8e4dc22d
permissions -rw-r--r--
topicidx: stop assigning index number to obsolete changesets Obsolete changeset are no longer part of the stack, the old logic tried to assigns them the index of their successors but this is flacky and error prone. So we stop doing so.

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