ok/jj
1
0
Fork 0
forked from mirrors/jj
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 working_copy: record sparse patterns in the tree state (#52) 2022-04-26 14:52:17 -07:00
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 build: conditionally use map_first_last feature if available 2022-02-20 22:21:14 -08:00
Cargo.toml cargo: bump serde_json from 1.0.79 to 1.0.80 2022-05-02 18:08:03 +00:00