diff rust/hg-core/src/config.rs @ 48733:39c447e03dbc

rhg: Add support for colored output The same "label" system is used as in Python code Differential Revision: https://phab.mercurial-scm.org/D12167
author Simon Sapin <simon.sapin@octobus.net>
date Thu, 10 Feb 2022 12:59:32 +0100
parents ebdef6283798
children 6939d5ed20e0
line wrap: on
line diff
--- a/rust/hg-core/src/config.rs	Thu Feb 10 13:56:43 2022 +0100
+++ b/rust/hg-core/src/config.rs	Thu Feb 10 12:59:32 2022 +0100
@@ -13,4 +13,4 @@
 mod layer;
 mod values;
 pub use config::{Config, ConfigSource, ConfigValueParseError};
-pub use layer::{ConfigError, ConfigParseError};
+pub use layer::{ConfigError, ConfigOrigin, ConfigParseError};