ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk 011d9e3486 workspace: make WorkspaceLoader::load() return WorkspaceLoadError
I plan to make `RepoLoader::init()` return a `Result`, which means
that `WorkspaceLoader::load()` will need to return more kinds of
errors. Making it return `WorkspaceLoadError` is a good start. By also
extracting a function for converting `WorkspaceLoadError` to
`CommandError`, we can reuse a the handling of `PathError` in
`cli_util`.
2023-02-27 09:44:28 -08:00
..
gen-protos cargo: bump prost-build from 0.11.6 to 0.11.7 2023-02-24 11:55:41 +09:00
src workspace: make WorkspaceLoader::load() return WorkspaceLoadError 2023-02-27 09:44:28 -08:00
tests repo: replace load_at_head() by helper in tests 2023-02-27 09:44:28 -08:00
testutils repo: replace load_at_head() by helper in tests 2023-02-27 09:44:28 -08:00
build.rs
Cargo.toml