|
I would think the obvious answer is how jj deals with merge conflicts. In git, if you get a conflict, you feel like you have to resolve it now. With jj, most of the times I get merge conflicts, I simply ignore them and deal with them later. A conflict is not at all a blocker. |
I guess I view that as a positive rather than a negative. I'm not saying that dealing with merge conflicts is a picnic -- it isn't. I just find it difficult to believe that ignoring them and resolving them later will improve the situation in the long run.