mergetools

Mon, 26 Jun 2017 21:34:18 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 26 Jun 2017 21:34:18 -0400
changeset 612
7b075a4427d8
parent 611
f524f24b23dd
child 613
f5936ac6faec

mergetools

.gitconfig file | annotate | diff | comparison | revisions
.hgrc file | annotate | diff | comparison | revisions
--- a/.gitconfig
+++ b/.gitconfig
@@ -17,6 +17,9 @@
 [diff]
 	compactionheuristic = true
 
+[merge]
+	tool = vimdiff2
+
 [alias]
 	ci       = commit
 	rec      = commit -p
--- a/.hgrc
+++ b/.hgrc
@@ -25,7 +25,7 @@ draft = log -r 'not public()'
 
 [merge-tools]
 vimdiff.executable = vim
-vimdiff.args       = -d $base $local $output $other +close +close
+vimdiff.args       = -d -c 'hid|hid' $base $local $output $other
 vimdiff.check      = changed, conflicts
 
 [diff]

mercurial