hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Mon, 26 Jun 2023 19:16:07 +0200
changeset 51209 1ef4a36a934d
parent 48966 6000f5b25c9b
permissions -rw-r--r--
rust-index: add an abstraction to support bytes added at runtimes In order to support appending data to the Rust index, we need to abstract data access away from the immutable (on-disk) bytes, to seemlessly fetch either from the preexisting data or from the newly added data.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)