diff rust/hg-pyo3/src/lib.rs @ 52984:a39680ec3e76

pyo3: add a `repo` module This will host all repo-related operations. For now, this only contains the transliteration of the `repo_from_path` util from `hg-cpython`, but will later probably grow.
author Rapha?l Gom?s <rgomes@octobus.net>
date Tue, 18 Feb 2025 11:45:50 +0100
parents c60f69556924
children a60d1eb74dc6
line wrap: on
line diff
--- a/rust/hg-pyo3/src/lib.rs	Tue Feb 18 11:44:21 2025 +0100
+++ b/rust/hg-pyo3/src/lib.rs	Tue Feb 18 11:45:50 2025 +0100
@@ -7,6 +7,7 @@
 mod exceptions;
 mod node;
 mod path;
+mod repo;
 mod revision;
 mod revlog;
 mod store;