ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Waleed Khan af55d17a25 git_backend: propagate various errors
I needed this in the course of debugging an error. Before this commit, the error looked like this:

```
Error: Unexpected error from backend: Object not found
```

After this commit, it looks like this:

```
Error: Unexpected error from backend: Object with CommitId 8f59646bc9bb6bb44b5624f1248f4a708f37003c not found: object not found - no match for id (8f59646bc9bb6bb44b5624f1248f4a708f37003c); class=Odb (9); code=NotFound (-3)
```
2023-01-02 12:28:51 -06:00
..
gen-protos lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
src git_backend: propagate various errors 2023-01-02 12:28:51 -06:00
tests backend: remove PartialEq/Eq implementations 2023-01-02 12:28:51 -06:00
testutils repo: add MutableRepo::new_commit() returning CommitBuilder 2022-12-26 23:30:52 -08:00
build.rs lib: replace protobuf crate with prost 2022-12-22 07:04:35 -08:00
Cargo.toml cargo: bump once_cell from 1.16.0 to 1.17.0 2022-12-30 09:38:30 -08:00