hgext/__init__.py
author Boris Feld <boris.feld@octobus.net>
Fri, 09 Nov 2018 18:42:58 +0100
changeset 40704 7da3729d4b45
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
sparse-revlog: add a `index_get_length` function in C We are about to implement a native version of `slicechunktodensity`. For clarity, we introduce the helper functions first. This new function provides an efficient way to retrieve some of the information needed by `slicechunktodensity`.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)