##// END OF EJS Templates
rhg: fix user-facing error message so it matches Python implementation
Raphaël Gomès -
r50877:7faedeb2 default
parent child Browse files
Show More
@@ -44,7 +44,7 b' pub fn matcher('
44 .unwrap_or_default();
44 .unwrap_or_default();
45 if store_spec != working_copy_spec {
45 if store_spec != working_copy_spec {
46 return Err(HgError::abort(
46 return Err(HgError::abort(
47 "working copy's narrowspec is stale",
47 "abort: working copy's narrowspec is stale",
48 exit_codes::STATE_ERROR,
48 exit_codes::STATE_ERROR,
49 Some("run 'hg tracked --update-working-copy'".into()),
49 Some("run 'hg tracked --update-working-copy'".into()),
50 )
50 )
General Comments 0
You need to be logged in to leave comments. Login now