|
|
|
|
|
by mcepl
297 days ago
|
|
I didn’t mean to be pedantic. My experience with Jujutsu was as bad as with Mercurial (and hg-git, I believe?) … after couple of hours working with my repo (https://git.sr.ht/~mcepl/m2crypto), looking at it with git, I got incomprehensible mess of destroyed multiple unmergeable heads (especially for Mercurial), and completely destroyed other branches, where I was not planning to work (Jujutsu). The only resolution in both case was export my work to plain patches, rm -r the checkout, clone again with git and forget anything about those other VCSes. So, I claim that Jujutsu actually doesn’t work well with git repositories (and forges) very well, and I would like to see a native one. |
|
The only issue is being in detached HEAD all the time, but in practice it's not a big problem for me.