view rust/hg-core/src/dirstate_tree.rs @ 47967:6c653d9d41b8

rust: Make private the `index` field of the `Revlog` struct To replace the previous use of this field from another module, add a `node_from_rev` method. This is the same method that already existed on `Changelog`. Differential Revision: https://phab.mercurial-scm.org/D11414
author Simon Sapin <simon.sapin@octobus.net>
date Tue, 14 Sep 2021 18:07:11 +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;