Custom merge tool like vimdiff1? #5346
Unanswered
heygarrett
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You could write a custom shell script wrapper which invokes
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set up a custom merge tool that works like vimdiff1:
The problem is this, from the Jujutsu docs linked above:
But $output contains both sides of the conflict as well as the conflict markers (or is otherwise empty).
Is there a way to do something like this?
I only want $left and $right when resolving the conflict, and I want the contents of $left to be the file that jj reads after the merge tool exits.
Beta Was this translation helpful? Give feedback.
All reactions