mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-31 16:40:22 +00:00
b84be06c08
One advantage of our conflict marker style (compared to the usual 3-way markers) is that they provide the user with the diff between the base and one side so the user doesn't have to do that in their head (which is how I use 3-way markers anyway). However, since we currently always use the "first" side for the diff, that diff can be larger than if we had picked the other side, which makes the marker style worse than the usual 3-way markers. This has bothered me many times and it's about time we fix it. |
||
---|---|---|
.. | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |