mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-14 11:44:27 +00:00
cli: don't use "check-out" as a verb (because it's not)
This commit is contained in:
parent
494eba82b5
commit
4b1948c38e
@ -2953,7 +2953,7 @@ impl CliRunner {
|
||||
.map_err(|_| {
|
||||
user_error_with_hint(
|
||||
"Could not determine current directory",
|
||||
"Did you check-out a commit where the directory doesn't exist?",
|
||||
"Did you update to a commit where the directory doesn't exist?",
|
||||
)
|
||||
})?;
|
||||
// Use cwd-relative workspace configs to resolve default command and
|
||||
|
Loading…
x
Reference in New Issue
Block a user