ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk 10343876fa cli: include message from GitExportError to user
I'm going to add other error variants for when we fail to read/write
to disk, and I don't think we need to have a custom message for each
in the CLI crate. It's easier to pass along the message from the lib
crate.

(`ConflictedBranch`, on the other hand, is an expected error so I
think we should continue to let let the CLI crate define the error
message for it.)
2022-11-13 15:06:10 -08:00
..
src cli: include message from GitExportError to user 2022-11-13 15:06:10 -08:00
tests tests: test exporting to Git after deleting a branch 2022-11-13 15:06:10 -08:00
testutils tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
build.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
Cargo.toml simple_op_store: replace Protobuf by Thrift 2022-11-13 11:39:33 -08:00