mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +00:00
4f30417ffd
In order to store conflicts in the commit, as conflicts between a set of trees, we want to be able merge those trees on the fly. This introduces a type for that. It has a `Merge(Conflict(Tree))` variant, where the individual trees cannot have path-level conflicts. It also has a `Legacy(Tree)` variant, which does allow path-level conflicts. I think that should help us with the migration. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |