view rust/hg-core/src/dirstate_tree.rs @ 47407:6e49769b7f97

rhg: add exit code to HgError::Abort() My previous attempts to have rhg end with correct exit code was more of bug hunting. I found cases which were failing and fixed them. But as one might expect, more tests started failing. Let's add exit code `HgError::Abort()` and make it users explicitly tell what exit code they want. Differential Revision: https://phab.mercurial-scm.org/D10838
author Pulkit Goyal <7895pulkit@gmail.com>
date Mon, 07 Jun 2021 17:27:49 +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;