rust/hg-core/src/dirstate_tree/dirstate_map.rs
changeset 48138 38488d488ec1
parent 48069 3d0a9c6e614d
child 48139 ab5a7fdbf75c
--- a/rust/hg-core/src/dirstate_tree/dirstate_map.rs	Sat Oct 02 11:39:57 2021 +0200
+++ b/rust/hg-core/src/dirstate_tree/dirstate_map.rs	Fri Oct 01 20:35:30 2021 +0200
@@ -695,7 +695,7 @@
                 path.as_ref(),
             )? {
                 if let NodeData::Entry(entry) = &mut node.data {
-                    entry.clear_mtime();
+                    entry.set_possibly_dirty();
                 }
             }
         }