diff rust/hg-core/src/lib.rs @ 47952:9cd35c8c6044

rust: Move VFS code to its own module It was previously in the hg::repo module, but both repo code and vfs will likely grow in the future. Differential Revision: https://phab.mercurial-scm.org/D11394
author Simon Sapin <simon.sapin@octobus.net>
date Mon, 06 Sep 2021 11:39:59 +0200
parents 6e49769b7f97
children bf8837e3d7ce
line wrap: on
line diff
--- a/rust/hg-core/src/lib.rs	Fri Sep 03 16:32:35 2021 +0200
+++ b/rust/hg-core/src/lib.rs	Mon Sep 06 11:39:59 2021 +0200
@@ -36,6 +36,7 @@
 pub mod operations;
 pub mod revset;
 pub mod utils;
+pub mod vfs;
 
 use crate::utils::hg_path::{HgPathBuf, HgPathError};
 pub use filepatterns::{