hgext/__init__.py
author Georges Racinet <georges.racinet@octobus.net>
Tue, 31 Dec 2019 12:43:57 +0100
changeset 44356 d2da8667125b
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
rust-nodemap: insert method In this implementation, we are in direct competition with the C version: this Rust version will have a clear startup advantage because it will read the data from disk, but the insertion happens all in memory for both. Differential Revision: https://phab.mercurial-scm.org/D7795

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)