mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-30 16:19:35 +00:00
14fe58e76a
When you run e.g. `jj st` outside of a repo, it just crashes. That'll probably give new users a bad impression, so I was planning to improve error handling a bit. A good place to start is by fixing the code I recently added (which obviously should have been using `thiserror` from the beginning). That's what this commit does. Also, this is the first commit in this repo created with Jujube! I've just started dogfooding it myself. |
||
---|---|---|
.. | ||
test_bad_locking.rs | ||
test_commit_builder.rs | ||
test_commit_concurrent.rs | ||
test_diff_summary.rs | ||
test_evolution.rs | ||
test_git.rs | ||
test_index.rs | ||
test_init.rs | ||
test_merge_trees.rs | ||
test_operations.rs | ||
test_transaction.rs | ||
test_view.rs | ||
test_working_copy.rs | ||
test_working_copy_concurrent.rs |