diff rust/hg-core/src/revlog.rs @ 45545:aebc976fd7d5

hg-core: add path_encode Differential Revision: https://phab.mercurial-scm.org/D9049
author Antoine Cezar <antoine.cezar@octobus.net>
date Tue, 15 Sep 2020 16:45:27 +0200
parents 89ac95bd4993
children 9eb07ab3f2d4
line wrap: on
line diff
--- a/rust/hg-core/src/revlog.rs	Tue Sep 15 10:52:28 2020 +0200
+++ b/rust/hg-core/src/revlog.rs	Tue Sep 15 16:45:27 2020 +0200
@@ -7,6 +7,7 @@
 
 pub mod node;
 pub mod nodemap;
+pub mod path_encode;
 pub use node::{Node, NodeError, NodePrefix, NodePrefixRef};
 pub mod changelog;
 pub mod index;