rust/hg-core/src/config/layer.rs
changeset 49487 9f14126cfc4c
parent 48733 39c447e03dbc
child 49514 e37416d432e9
equal deleted inserted replaced
49486:e8481625c582 49487:9f14126cfc4c
    79                         "abort: malformed --config option: '{}' \
    79                         "abort: malformed --config option: '{}' \
    80                     (use --config section.name=value)",
    80                     (use --config section.name=value)",
    81                         String::from_utf8_lossy(arg),
    81                         String::from_utf8_lossy(arg),
    82                     ),
    82                     ),
    83                     CONFIG_PARSE_ERROR_ABORT,
    83                     CONFIG_PARSE_ERROR_ABORT,
       
    84                     None,
    84                 ))?
    85                 ))?
    85             }
    86             }
    86         }
    87         }
    87         if layer.sections.is_empty() {
    88         if layer.sections.is_empty() {
    88             Ok(None)
    89             Ok(None)