view rust/hg-core/src/dirstate_tree.rs @ 48066:7a2de2bd9fcd

dirstate: inline the `from_p2_removed` logic It is used internally for compatibilty with size used in the `v1` format, but this is the only use. So we can simply inline it. Differential Revision: https://phab.mercurial-scm.org/D11514
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 28 Sep 2021 19:29:44 +0200
parents 4afd6cc447b9
children 3d0a9c6e614d
line wrap: on
line source

pub mod dirstate_map;
pub mod dispatch;
pub mod on_disk;
pub mod owning;
mod owning_dispatch;
pub mod path_with_basename;
pub mod status;