diff rust/hg-core/src/dirstate_tree.rs @ 47374:bd88b6bfd8da

rhg: Add support for dirstate-v2 Differential Revision: https://phab.mercurial-scm.org/D10804
author Simon Sapin <simon.sapin@octobus.net>
date Tue, 25 May 2021 09:20:30 +0200
parents 1766130fe9ba
children 4afd6cc447b9
line wrap: on
line diff
--- a/rust/hg-core/src/dirstate_tree.rs	Wed May 26 11:53:37 2021 +0200
+++ b/rust/hg-core/src/dirstate_tree.rs	Tue May 25 09:20:30 2021 +0200
@@ -2,4 +2,4 @@
 pub mod dispatch;
 pub mod on_disk;
 pub mod path_with_basename;
-mod status;
+pub mod status;