rust/hg-core/src/config.rs
changeset 47410 ebdef6283798
parent 46641 a687a7f27951
child 48743 39c447e03dbc
equal deleted inserted replaced
47409:8a6e6b62b9a3 47410:ebdef6283798
    10 //! Mercurial config parsing and interfaces.
    10 //! Mercurial config parsing and interfaces.
    11 
    11 
    12 mod config;
    12 mod config;
    13 mod layer;
    13 mod layer;
    14 mod values;
    14 mod values;
    15 pub use config::{Config, ConfigValueParseError};
    15 pub use config::{Config, ConfigSource, ConfigValueParseError};
    16 pub use layer::{ConfigError, ConfigParseError};
    16 pub use layer::{ConfigError, ConfigParseError};