diff rust/hg-core/src/utils.rs @ 44312:c18dd48cea4a

rust-pathauditor: add Rust implementation of the `pathauditor` It does not offer the same flexibility as the Python implementation, but should check incoming paths just as well. Differential Revision: https://phab.mercurial-scm.org/D7866
author Rapha?l Gom?s <rgomes@octobus.net>
date Wed, 05 Feb 2020 17:05:37 +0100
parents 191a461d6be6
children aa0fc32ece9e
line wrap: on
line diff
--- a/rust/hg-core/src/utils.rs	Wed Jan 22 03:17:06 2020 +0530
+++ b/rust/hg-core/src/utils.rs	Wed Feb 05 17:05:37 2020 +0100
@@ -9,6 +9,7 @@
 
 pub mod files;
 pub mod hg_path;
+pub mod path_auditor;
 
 /// Useful until rust/issues/56345 is stable
 ///