Earlier quoted context omitted.
One advantage is that jujutsu tracks merge conflicts so you don't end up in a situation where you'll have to resolve the same conflict more than once, which may sometimes happen with git.
But why build a whole VCS around that one use case? I looked through the docs and honestly it looks like it complicates life instead of making it easier. edit: everyone is so focused on the "single use case" part and not the fact that it looks more complicated and verbose than regular git. Unless everyone using it is some git god that runs into edge cases left and right... maybe my workflow is just not that complicat…
Is Git not verbose and complicated?
It is like the poster child of it among ALL THE OTHER options in his space!
---
I was a heavy user of mercurial, I learned it in a day or two, then maybe only had one or 2 major complications for years.
I use git now for 'social' pressure reasons, and despite I use it more heavily than hg, i need to check stuff every week.
And have some bash scripts around to automate how to back out of rebase hell.