view rust/hg-core/src/dirstate_tree.rs @ 51567:cae0be933434 stable

match: small tweak to PatternMatcher.visit_children_set This makes it a bit more efficient (avoid a computation in case of early return), and in my opinion clearer.
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Fri, 12 Apr 2024 14:17:10 +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;