view hgext3rd/__init__.py @ 2360:89938bebc6f9

obshashrange: use the dualsourcecache as a base for the cache This will easily open the way to incrementally updated obshashrange cache. Small update are needed to the data base schema so be bump the version Currently the update function is not warming the cache (but details case where it is invalidated).
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 12 May 2017 20:29:54 +0200
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__)