diff rust/hg-core/src/config.rs @ 46483:2845892dd489

rust: Parse system and user configuration CLI `--config` argument parsing is still missing, as is per-repo config Differential Revision: https://phab.mercurial-scm.org/D9961
author Simon Sapin <simon.sapin@octobus.net>
date Thu, 04 Feb 2021 13:16:21 +0100
parents 95d6f31e88db
children bc08c2331f99
line wrap: on
line diff
--- a/rust/hg-core/src/config.rs	Mon Feb 01 13:32:00 2021 +0100
+++ b/rust/hg-core/src/config.rs	Thu Feb 04 13:16:21 2021 +0100
@@ -12,3 +12,4 @@
 mod config;
 mod layer;
 pub use config::Config;
+pub use layer::{ConfigError, ConfigParseError};