Show More
@@ -44,7 +44,7 b' pub fn matcher(' | |||
|
44 | 44 | .unwrap_or_default(); |
|
45 | 45 | if store_spec != working_copy_spec { |
|
46 | 46 | return Err(HgError::abort( |
|
47 | "working copy's narrowspec is stale", | |
|
47 | "abort: working copy's narrowspec is stale", | |
|
48 | 48 | exit_codes::STATE_ERROR, |
|
49 | 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