How to fix "Revset xt
resolved to more than one revision" state?
#7004
-
Recently I had a branch that was part of a larger stack of PRs. One of my co-workers (using git) then pushed something to that branch. That put my local repo into a state I haven't seen before after I did I looked like this (descriptions and bookmarks elided), lots of
Showing one of the changes with
I tried running I did manage to get things back into working order again by removing the branch both locally and on github. But that now means I don't have those changes locally (which is fine in this specific case) but I'm wondering how I could have resolved the issues for real? I think I someshow should have rebased Besides this little hickup I'm really enjoying jj and don't imagine switching back to git 🎉 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is divergence which means that the change-id no longer resolves to a single change (since there are multiple with different versions). See this FAQ answer https://jj-vcs.github.io/jj/latest/FAQ/#how-do-i-deal-with-divergent-changes-after-the-change-id |
Beta Was this translation helpful? Give feedback.
This is divergence which means that the change-id no longer resolves to a single change (since there are multiple with different versions). See this FAQ answer https://jj-vcs.github.io/jj/latest/FAQ/#how-do-i-deal-with-divergent-changes-after-the-change-id