view rust/hg-core/src/dirstate_tree.rs @ 47405:88119fffecc8

rhg: look for repository in ancestors also instead of cwd only Last patch introduced config reading at startup to parse value of `--repository` flag. However, that patch only tried to check for current repository at current working directory and not it's ancestors. This patch fixes that. Differential Revision: https://phab.mercurial-scm.org/D10767
author Pulkit Goyal <7895pulkit@gmail.com>
date Mon, 24 May 2021 16:27:54 +0530
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;