forked from mirrors/jj
e4f83e353e
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. |
||
---|---|---|
.. | ||
protos | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |