jj/lib
Martin von Zweigbergk e4f83e353e errors: use custom error for failed tree merge
Tree merges can currently fail because of a failure to look up an
object, or because of a failure to read its contents. Both results in
`BackendError` because of a `impl From<std::io::Error> for
BackendError`. That's kind of correct in this case, but it wasn't
intentional (that impl was from `local_backend`), and we need to
making errors more specific for better error handling.
2022-05-03 06:52:00 -07:00
..
protos
src errors: use custom error for failed tree merge 2022-05-03 06:52:00 -07:00
tests working_copy: propagate errors when snapshotting 2022-05-02 11:23:38 -07:00
build.rs
Cargo.toml