##// END OF EJS Templates
rhg: Align "malformed --config" error message with Python...
Simon Sapin -
r47461:28a54c12 default
parent child Browse files
Show More
@@ -74,7 +74,7 impl ConfigLayer {
74 layer.add(section, item, value, None);
74 layer.add(section, item, value, None);
75 } else {
75 } else {
76 Err(HgError::abort(format!(
76 Err(HgError::abort(format!(
77 "malformed --config option: \"{}\" \
77 "malformed --config option: '{}' \
78 (use --config section.name=value)",
78 (use --config section.name=value)",
79 String::from_utf8_lossy(arg),
79 String::from_utf8_lossy(arg),
80 )))?
80 )))?
General Comments 0
You need to be logged in to leave comments. Login now