mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-08 21:48:08 +00:00
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.) |
||
---|---|---|
.. | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |