view rust/hg-core/src/dirstate_tree.rs @ 52158:f2eab4967bfc

rust-index: return an error on a bad index header This is more idiomatic and allows us to better handle the problem later.
author Rapha?l Gom?s <rgomes@octobus.net>
date Thu, 10 Oct 2024 10:38:10 +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;