-
Notifications
You must be signed in to change notification settings - Fork 980
Open
Labels
enhancement🏗️New feature or requestNew feature or requestscm-recordIssues relating to the scm-record library, used as the default interactive diff/merge editor.Issues relating to the scm-record library, used as the default interactive diff/merge editor.
Description
Is your feature request related to a problem? Please describe.
The builtin editor is lightweight and convenient, but it's often quite confusing as it does not show conflict markers when used in jj resolve.
Describe the solution you'd like
- Since conflicts: add labels to conflicts #7692 conflicts are now rendered nicely with labels. It would be great if the labels are visible in the builtin
jj resolveeditor. - An easy hack to achieve this is to present the conflict markers & labels as a
-remove diff to the builtin diff editor so that users can easily drop them and at the same time select the desired lines.
Describe alternatives you've considered
Use external merge tools.
Additional context
Friendly ping @scott2000 for comments 😉
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancement🏗️New feature or requestNew feature or requestscm-recordIssues relating to the scm-record library, used as the default interactive diff/merge editor.Issues relating to the scm-record library, used as the default interactive diff/merge editor.