view rust/hg-core/src/dirstate_tree.rs @ 49679:b670eb3dd6c9

delta-find: use sets instead of list in the snapshot cache This seems more appropriate.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 06 Nov 2022 17:55:46 -0500
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;