mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-31 16:40:22 +00:00
b149cb07cc
This doesn't work yet since write_file() overwrites the existing file, which will be fixed by the next patch. I've added a callback parameter to update() just because that's the easiest option. If we want to report the number of the conflicting files (through CheckoutStats), the callback interface wouldn't work nicely and the error handling would have to be moved to the update() body. If we want to make both check_out() and set_sparse_patterns() ignore EEXIST error, we can eliminate the calback parameter at all. |
||
---|---|---|
.. | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |