hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 25 Nov 2017 18:53:23 -0500
changeset 3266 bc173e7f3b6f
parent 2020 143c8e4dc22d
permissions -rw-r--r--
stablesort: simplify processing of non-merge changesets As long as a changeset as only one parent, the next element in the sort (starting from the head) has to be that parent. We detect and take advantage of that shortcut in the non-merge case.

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