rust/hg-core/src/dirstate_tree/on_disk.rs
changeset 48398 111098af6356
parent 48266 749946b6a641
child 48401 995aaacb12d7
--- a/rust/hg-core/src/dirstate_tree/on_disk.rs	Tue Nov 23 19:27:17 2021 +0100
+++ b/rust/hg-core/src/dirstate_tree/on_disk.rs	Wed Nov 24 04:40:00 2021 +0100
@@ -773,6 +773,7 @@
         Self::from_already_truncated(
             timestamp.truncated_seconds.get(),
             timestamp.nanoseconds.get(),
+            false,
         )
     }
 }