forked from mirrors/jj
85b472b507
This refactors `conflicts.rs` to: 1. Make `describe_conflict` public 2. Extract the functionality to create text version of a conflict as the `materialize_merge_result` function. 3. Extract the functionality to turn a conflicted file into the complete contents of each version of the file "added" or removed" (when possible). This becomes the `extract_file_conflict_data` function. This is useful in order to present these text versions in a merge tool. |
||
---|---|---|
.. | ||
src | ||
tests | ||
testutils | ||
build.rs | ||
Cargo.toml |