rust/hg-core/src/dirstate_tree/dirstate_map.rs
changeset 48421 2097f63575a5
parent 48416 c1b633db67fc
child 48454 473af5cbc209
--- a/rust/hg-core/src/dirstate_tree/dirstate_map.rs	Thu Dec 02 12:05:36 2021 +0100
+++ b/rust/hg-core/src/dirstate_tree/dirstate_map.rs	Thu Dec 02 15:10:03 2021 +0100
@@ -951,7 +951,7 @@
     pub fn pack_v2(
         &self,
         can_append: bool,
-    ) -> Result<(Vec<u8>, Vec<u8>, bool), DirstateError> {
+    ) -> Result<(Vec<u8>, on_disk::TreeMetadata, bool), DirstateError> {
         let map = self.get_map();
         on_disk::write(map, can_append)
     }