hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Tue, 27 Jun 2023 16:32:09 +0200
changeset 51189 b4d152a28742
parent 48875 6000f5b25c9b
permissions -rw-r--r--
rust-index: add append method This is the first time the Rust index has any notion of mutability. This will be used in a future patch from Python, to start synchronizing the Rust index and the C index.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)