rust/hg-core/src/dirstate_tree.rs
author Simon Sapin <simon.sapin@octobus.net>
Tue, 30 Mar 2021 09:56:04 +0200
changeset 47095 473abf4728bf
parent 47093 787ff5d21bcd
child 47096 3c11c24b82b6
permissions -rw-r--r--
dirstate-tree: Empty shell for a second Rust DirstateMap implementation For background see description of the previous changeset "Make Rust DirstateMap bindings go through a trait object". Add an empty shell for a opt-in second Rust implementation of the `DirstateMap` type and the `status` function. For now all methods panic. This can be seen in "action" with: ./hg status --config experimental.dirstate-tree.in-memory=1 Differential Revision: https://phab.mercurial-scm.org/D10364

pub mod dirstate_map;
pub mod dispatch;