Mercurial > public > mercurial-scm > hg
view rust/hg-core/src/dirstate_tree.rs @ 49127:f3e8b0b0a8c2
rust-dirstatemap: add `clear_cached_mtime` helper method
This will help remove the `get_or_insert` method, which is dangerous because it
does not take the `DirstateMap` counters into account.
Differential Revision: https://phab.mercurial-scm.org/D12525
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Fri, 08 Apr 2022 16:03:39 +0200 |
parents | 3d0a9c6e614d |
children |
line wrap: on
line source
pub mod dirstate_map; pub mod on_disk; pub mod owning; pub mod path_with_basename; pub mod status;