jj: use meld for conflict resolution
This commit is contained in:
@@ -18,13 +18,14 @@ f = ["git", "fetch"]
|
|||||||
p = ["git", "push"]
|
p = ["git", "push"]
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
pager = "delta" #":builtin"
|
pager = "delta"
|
||||||
diff-formatter=":git"
|
diff-formatter = "delta"
|
||||||
paginate = "auto"
|
paginate = "auto"
|
||||||
default-command = ["log", "--reversed"]
|
default-command = ["log", "--reversed"]
|
||||||
|
merge-editor = "meld"
|
||||||
|
|
||||||
[merge-tools.delta]
|
[merge-tools.delta]
|
||||||
diff-args=["--color-only", "--side-by-side", "$left", "$right", "--width=$width"]
|
diff-args = ["--side-by-side", "$left", "$right", "--width=$width"]
|
||||||
|
|
||||||
[revset-aliases]
|
[revset-aliases]
|
||||||
'private_commits()' = "description('[local]')"
|
'private_commits()' = "description('[local]')"
|
||||||
|
|||||||
Reference in New Issue
Block a user