hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 12 Dec 2019 18:11:44 +0100
changeset 44014 c627f1b2f3c3
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
rust-index: handle `MixedIndex` in `pyindex_to_graph` On the long run we will want to implement the Graph trait directly in Rust, but for now we take the path with the least amount of change to focus on the coming persistent NodeMap code. We test this new code through with the lazy ancestors code. Differential Revision: https://phab.mercurial-scm.org/D7657

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)