forked from mirrors/jj
merge_tools.toml: add a comment to meld-3
definition
In https://github.com/martinvonz/jj/pull/2665#issuecomment-1837552283, a user used `$base` instead of one of the `$output`s and nothing worked. This seems like a natural mistake to make, the config is confusing.
This commit is contained in:
parent
1cc271441f
commit
1fd421f42c
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ merge-args = ["$left", "$base", "$right", "-o", "$output", "--auto-merge"]
|
|||
|
||||
[merge-tools.meld-3]
|
||||
program="meld"
|
||||
# If using this as a template, note that `$output` is repeated twice below
|
||||
edit-args = ["$left", "$output", "$right", "-o", "$output"]
|
||||
|
||||
[merge-tools.vimdiff]
|
||||
|
|
Loading…
Reference in a new issue