view hgext3rd/__init__.py @ 3248:07c9b6f445bf

stablerange: rework the debug command to allow for multiple method Similar to what we did for the other debug command related to sorting, we prepare for the arrival of multiple method to produce the result (including simple implementation that are easy to read but do not scale).
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 29 Nov 2017 10:53:21 -0500
parents 143c8e4dc22d
children
line wrap: on
line source

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