view rust/hg-core/src/dirstate_tree.rs @ 50193:c6df5349183b

dirstate: add documentation about the expectation of `running_status` context
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 20 Feb 2023 15:28:08 +0100
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;