diff -r 40b51c28b242 -r 1766130fe9ba rust/hg-core/src/dirstate_tree.rs --- a/rust/hg-core/src/dirstate_tree.rs Wed May 19 13:15:00 2021 +0200 +++ b/rust/hg-core/src/dirstate_tree.rs Wed May 19 13:15:00 2021 +0200 @@ -1,4 +1,5 @@ pub mod dirstate_map; pub mod dispatch; +pub mod on_disk; pub mod path_with_basename; mod status;