hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 10 Dec 2017 01:06:16 +0100
changeset 3258 af1f8f0687e1
parent 2020 143c8e4dc22d
permissions -rw-r--r--
stablerange: introduce a basic-mergepoint method This method use the new 'mergepoint' based stable sorting. It is expected to be eventually better than branch point to stable range: more stable, easier to cache, etc. Having a basic implementation will allow use to validate more advanced implementation.

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