Mercurial > public > mercurial-scm > hg
view rust/hg-core/src/dirstate_tree.rs @ 52179:82007b8c189e
rust-vfs: delete the temp file and not the target on drop
Oops. This never affected anything since `close()` is correct and no code
has dropped an `AtomicFile` without a close first yet.
Next patch will add tests.
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Tue, 08 Oct 2024 16:09: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;