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
src git_backend: propagate various errors 2023-01-02 12:28:51 -06:00
tests
testutils
build.rs
Cargo.toml