Mercurial > public > mercurial-scm > hg
view rust/hg-core/src/dirstate_tree.rs @ 47952:9cd35c8c6044
rust: Move VFS code to its own module
It was previously in the hg::repo module, but both repo code and vfs
will likely grow in the future.
Differential Revision: https://phab.mercurial-scm.org/D11394
author | Simon Sapin <simon.sapin@octobus.net> |
---|---|
date | Mon, 06 Sep 2021 11:39:59 +0200 |
parents | bd88b6bfd8da |
children | 4afd6cc447b9 |
line wrap: on
line source
pub mod dirstate_map; pub mod dispatch; pub mod on_disk; pub mod path_with_basename; pub mod status;