Show More
@@ -1,122 +1,128 b'' | |||||
1 | # Some default global settings for common merge tools |
|
1 | # Some default global settings for common merge tools | |
2 |
|
2 | |||
3 | [merge-tools] |
|
3 | [merge-tools] | |
4 | kdiff3.args=--auto --L1 base --L2 local --L3 other $base $local $other -o $output |
|
4 | kdiff3.args=--auto --L1 base --L2 local --L3 other $base $local $other -o $output | |
5 | kdiff3.regkey=Software\KDiff3 |
|
5 | kdiff3.regkey=Software\KDiff3 | |
6 | kdiff3.regkeyalt=Software\Wow6432Node\KDiff3 |
|
6 | kdiff3.regkeyalt=Software\Wow6432Node\KDiff3 | |
7 | kdiff3.regappend=\kdiff3.exe |
|
7 | kdiff3.regappend=\kdiff3.exe | |
8 | kdiff3.fixeol=True |
|
8 | kdiff3.fixeol=True | |
9 | kdiff3.gui=True |
|
9 | kdiff3.gui=True | |
10 | kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child |
|
10 | kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child | |
11 |
|
11 | |||
12 | gvimdiff.args=--nofork -d -g -O $local $other $base |
|
12 | gvimdiff.args=--nofork -d -g -O $local $other $base | |
13 | gvimdiff.regkey=Software\Vim\GVim |
|
13 | gvimdiff.regkey=Software\Vim\GVim | |
14 | gvimdiff.regkeyalt=Software\Wow6432Node\Vim\GVim |
|
14 | gvimdiff.regkeyalt=Software\Wow6432Node\Vim\GVim | |
15 | gvimdiff.regname=path |
|
15 | gvimdiff.regname=path | |
16 | gvimdiff.priority=-9 |
|
16 | gvimdiff.priority=-9 | |
17 |
|
17 | |||
18 | vimdiff.args=$local $other $base -c 'redraw | echomsg "hg merge conflict, type \":cq\" to abort vimdiff"' |
|
18 | vimdiff.args=$local $other $base -c 'redraw | echomsg "hg merge conflict, type \":cq\" to abort vimdiff"' | |
19 | vimdiff.check=changed |
|
19 | vimdiff.check=changed | |
20 | vimdiff.priority=-10 |
|
20 | vimdiff.priority=-10 | |
21 |
|
21 | |||
22 | merge.check=conflicts |
|
22 | merge.check=conflicts | |
23 | merge.priority=-100 |
|
23 | merge.priority=-100 | |
24 |
|
24 | |||
25 | gpyfm.gui=True |
|
25 | gpyfm.gui=True | |
26 |
|
26 | |||
27 | meld.gui=True |
|
27 | meld.gui=True | |
28 | meld.args=--label='local' $local --label='merged' $base --label='other' $other -o $output |
|
28 | meld.args=--label='local' $local --label='merged' $base --label='other' $other -o $output | |
29 | meld.check=changed |
|
29 | meld.check=changed | |
30 | meld.diffargs=-a --label='$plabel1' $parent --label='$clabel' $child |
|
30 | meld.diffargs=-a --label='$plabel1' $parent --label='$clabel' $child | |
31 |
|
31 | |||
32 | tkdiff.args=$local $other -a $base -o $output |
|
32 | tkdiff.args=$local $other -a $base -o $output | |
33 | tkdiff.gui=True |
|
33 | tkdiff.gui=True | |
34 | tkdiff.priority=-8 |
|
34 | tkdiff.priority=-8 | |
35 | tkdiff.diffargs=-L '$plabel1' $parent -L '$clabel' $child |
|
35 | tkdiff.diffargs=-L '$plabel1' $parent -L '$clabel' $child | |
36 |
|
36 | |||
37 | xxdiff.args=--show-merged-pane --exit-with-merge-status --title1 local --title2 base --title3 other --merged-filename $output --merge $local $base $other |
|
37 | xxdiff.args=--show-merged-pane --exit-with-merge-status --title1 local --title2 base --title3 other --merged-filename $output --merge $local $base $other | |
38 | xxdiff.gui=True |
|
38 | xxdiff.gui=True | |
39 | xxdiff.priority=-8 |
|
39 | xxdiff.priority=-8 | |
40 | xxdiff.diffargs=--title1 '$plabel1' $parent --title2 '$clabel' $child |
|
40 | xxdiff.diffargs=--title1 '$plabel1' $parent --title2 '$clabel' $child | |
41 |
|
41 | |||
42 | diffmerge.regkey=Software\SourceGear\SourceGear DiffMerge\ |
|
42 | diffmerge.regkey=Software\SourceGear\SourceGear DiffMerge\ | |
43 | diffmerge.regkeyalt=Software\Wow6432Node\SourceGear\SourceGear DiffMerge\ |
|
43 | diffmerge.regkeyalt=Software\Wow6432Node\SourceGear\SourceGear DiffMerge\ | |
44 | diffmerge.regname=Location |
|
44 | diffmerge.regname=Location | |
45 | diffmerge.priority=-7 |
|
45 | diffmerge.priority=-7 | |
46 | diffmerge.args=-nosplash -merge -title1=local -title2=merged -title3=other $local $base $other -result=$output |
|
46 | diffmerge.args=-nosplash -merge -title1=local -title2=merged -title3=other $local $base $other -result=$output | |
47 | diffmerge.check=changed |
|
47 | diffmerge.check=changed | |
48 | diffmerge.gui=True |
|
48 | diffmerge.gui=True | |
49 | diffmerge.diffargs=--nosplash --title1='$plabel1' --title2='$clabel' $parent $child |
|
49 | diffmerge.diffargs=--nosplash --title1='$plabel1' --title2='$clabel' $parent $child | |
50 |
|
50 | |||
51 | p4merge.args=$base $local $other $output |
|
51 | p4merge.args=$base $local $other $output | |
52 | p4merge.regkey=Software\Perforce\Environment |
|
52 | p4merge.regkey=Software\Perforce\Environment | |
53 | p4merge.regkeyalt=Software\Wow6432Node\Perforce\Environment |
|
53 | p4merge.regkeyalt=Software\Wow6432Node\Perforce\Environment | |
54 | p4merge.regname=P4INSTROOT |
|
54 | p4merge.regname=P4INSTROOT | |
55 | p4merge.regappend=\p4merge.exe |
|
55 | p4merge.regappend=\p4merge.exe | |
56 | p4merge.gui=True |
|
56 | p4merge.gui=True | |
57 | p4merge.priority=-8 |
|
57 | p4merge.priority=-8 | |
58 | p4merge.diffargs=$parent $child |
|
58 | p4merge.diffargs=$parent $child | |
59 |
|
59 | |||
60 | tortoisemerge.args=/base:$base /mine:$local /theirs:$other /merged:$output |
|
60 | tortoisemerge.args=/base:$base /mine:$local /theirs:$other /merged:$output | |
61 | tortoisemerge.regkey=Software\TortoiseSVN |
|
61 | tortoisemerge.regkey=Software\TortoiseSVN | |
62 | tortoisemerge.regkeyalt=Software\Wow6432Node\TortoiseSVN |
|
62 | tortoisemerge.regkeyalt=Software\Wow6432Node\TortoiseSVN | |
63 | tortoisemerge.check=changed |
|
63 | tortoisemerge.check=changed | |
64 | tortoisemerge.gui=True |
|
64 | tortoisemerge.gui=True | |
65 | tortoisemerge.priority=-8 |
|
65 | tortoisemerge.priority=-8 | |
66 | tortoisemerge.diffargs=/base:$parent /mine:$child /basename:'$plabel1' /minename:'$clabel' |
|
66 | tortoisemerge.diffargs=/base:$parent /mine:$child /basename:'$plabel1' /minename:'$clabel' | |
67 |
|
67 | |||
68 | ecmerge.args=$base $local $other --mode=merge3 --title0=base --title1=local --title2=other --to=$output |
|
68 | ecmerge.args=$base $local $other --mode=merge3 --title0=base --title1=local --title2=other --to=$output | |
69 | ecmerge.regkey=Software\Elli\xc3\xa9 Computing\Merge |
|
69 | ecmerge.regkey=Software\Elli\xc3\xa9 Computing\Merge | |
70 | ecmerge.regkeyalt=Software\Wow6432Node\Elli\xc3\xa9 Computing\Merge |
|
70 | ecmerge.regkeyalt=Software\Wow6432Node\Elli\xc3\xa9 Computing\Merge | |
71 | ecmerge.gui=True |
|
71 | ecmerge.gui=True | |
72 | ecmerge.diffargs=$parent $child --mode=diff2 --title1='$plabel1' --title2='$clabel' |
|
72 | ecmerge.diffargs=$parent $child --mode=diff2 --title1='$plabel1' --title2='$clabel' | |
73 |
|
73 | |||
|
74 | # editmerge is a small script shipped in contrib. | |||
|
75 | # It needs this config otherwise it behaves the same as internal:local | |||
|
76 | editmerge.args=$output | |||
|
77 | editmerge.check=changed | |||
|
78 | editmerge.premerge=keep | |||
|
79 | ||||
74 | filemerge.executable=/Developer/Applications/Utilities/FileMerge.app/Contents/MacOS/FileMerge |
|
80 | filemerge.executable=/Developer/Applications/Utilities/FileMerge.app/Contents/MacOS/FileMerge | |
75 | filemerge.args=-left $other -right $local -ancestor $base -merge $output |
|
81 | filemerge.args=-left $other -right $local -ancestor $base -merge $output | |
76 | filemerge.gui=True |
|
82 | filemerge.gui=True | |
77 |
|
83 | |||
78 | ; Windows version of Beyond Compare |
|
84 | ; Windows version of Beyond Compare | |
79 | beyondcompare3.args=$local $other $base $output /ro /lefttitle=local /centertitle=base /righttitle=other /automerge /reviewconflicts /solo |
|
85 | beyondcompare3.args=$local $other $base $output /ro /lefttitle=local /centertitle=base /righttitle=other /automerge /reviewconflicts /solo | |
80 | beyondcompare3.regkey=Software\Scooter Software\Beyond Compare 3 |
|
86 | beyondcompare3.regkey=Software\Scooter Software\Beyond Compare 3 | |
81 | beyondcompare3.regname=ExePath |
|
87 | beyondcompare3.regname=ExePath | |
82 | beyondcompare3.gui=True |
|
88 | beyondcompare3.gui=True | |
83 | beyondcompare3.priority=-2 |
|
89 | beyondcompare3.priority=-2 | |
84 | beyondcompare3.diffargs=/lro /lefttitle='$plabel1' /righttitle='$clabel' /solo /expandall $parent $child |
|
90 | beyondcompare3.diffargs=/lro /lefttitle='$plabel1' /righttitle='$clabel' /solo /expandall $parent $child | |
85 |
|
91 | |||
86 | ; Linux version of Beyond Compare |
|
92 | ; Linux version of Beyond Compare | |
87 | bcompare.args=$local $other $base -mergeoutput=$output -ro -lefttitle=parent1 -centertitle=base -righttitle=parent2 -outputtitle=merged -automerge -reviewconflicts -solo |
|
93 | bcompare.args=$local $other $base -mergeoutput=$output -ro -lefttitle=parent1 -centertitle=base -righttitle=parent2 -outputtitle=merged -automerge -reviewconflicts -solo | |
88 | bcompare.gui=True |
|
94 | bcompare.gui=True | |
89 | bcompare.priority=-1 |
|
95 | bcompare.priority=-1 | |
90 | bcompare.diffargs=-lro -lefttitle='$plabel1' -righttitle='$clabel' -solo -expandall $parent $child |
|
96 | bcompare.diffargs=-lro -lefttitle='$plabel1' -righttitle='$clabel' -solo -expandall $parent $child | |
91 |
|
97 | |||
92 | winmerge.args=/e /x /wl /ub /dl other /dr local $other $local $output |
|
98 | winmerge.args=/e /x /wl /ub /dl other /dr local $other $local $output | |
93 | winmerge.regkey=Software\Thingamahoochie\WinMerge |
|
99 | winmerge.regkey=Software\Thingamahoochie\WinMerge | |
94 | winmerge.regkeyalt=Software\Wow6432Node\Thingamahoochie\WinMerge\ |
|
100 | winmerge.regkeyalt=Software\Wow6432Node\Thingamahoochie\WinMerge\ | |
95 | winmerge.regname=Executable |
|
101 | winmerge.regname=Executable | |
96 | winmerge.check=changed |
|
102 | winmerge.check=changed | |
97 | winmerge.gui=True |
|
103 | winmerge.gui=True | |
98 | winmerge.priority=-10 |
|
104 | winmerge.priority=-10 | |
99 | winmerge.diffargs=/r /e /x /ub /wl /dl '$plabel1' /dr '$clabel' $parent $child |
|
105 | winmerge.diffargs=/r /e /x /ub /wl /dl '$plabel1' /dr '$clabel' $parent $child | |
100 |
|
106 | |||
101 | araxis.regkey=SOFTWARE\Classes\TypeLib\{46799e0a-7bd1-4330-911c-9660bb964ea2}\7.0\HELPDIR |
|
107 | araxis.regkey=SOFTWARE\Classes\TypeLib\{46799e0a-7bd1-4330-911c-9660bb964ea2}\7.0\HELPDIR | |
102 | araxis.regappend=\ConsoleCompare.exe |
|
108 | araxis.regappend=\ConsoleCompare.exe | |
103 | araxis.priority=-2 |
|
109 | araxis.priority=-2 | |
104 | araxis.args=/3 /a2 /wait /merge /title1:"Other" /title2:"Base" /title3:"Local :"$local $other $base $local $output |
|
110 | araxis.args=/3 /a2 /wait /merge /title1:"Other" /title2:"Base" /title3:"Local :"$local $other $base $local $output | |
105 | araxis.checkconflict=True |
|
111 | araxis.checkconflict=True | |
106 | araxis.binary=True |
|
112 | araxis.binary=True | |
107 | araxis.gui=True |
|
113 | araxis.gui=True | |
108 | araxis.diffargs=/2 /wait /title1:"$plabel1" /title2:"$clabel" $parent $child |
|
114 | araxis.diffargs=/2 /wait /title1:"$plabel1" /title2:"$clabel" $parent $child | |
109 |
|
115 | |||
110 | diffuse.priority=-3 |
|
116 | diffuse.priority=-3 | |
111 | diffuse.args=$local $base $other |
|
117 | diffuse.args=$local $base $other | |
112 | diffuse.gui=True |
|
118 | diffuse.gui=True | |
113 | diffuse.diffargs=$parent $child |
|
119 | diffuse.diffargs=$parent $child | |
114 |
|
120 | |||
115 | UltraCompare.regkey=Software\Microsoft\Windows\CurrentVersion\App Paths\UC.exe |
|
121 | UltraCompare.regkey=Software\Microsoft\Windows\CurrentVersion\App Paths\UC.exe | |
116 | UltraCompare.regkeyalt=Software\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\UC.exe |
|
122 | UltraCompare.regkeyalt=Software\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\UC.exe | |
117 | UltraCompare.args = $base $local $other -title1 base -title3 other |
|
123 | UltraCompare.args = $base $local $other -title1 base -title3 other | |
118 | UltraCompare.priority = -2 |
|
124 | UltraCompare.priority = -2 | |
119 | UltraCompare.gui = True |
|
125 | UltraCompare.gui = True | |
120 | UltraCompare.binary = True |
|
126 | UltraCompare.binary = True | |
121 | UltraCompare.check = conflicts,changed |
|
127 | UltraCompare.check = conflicts,changed | |
122 | UltraCompare.diffargs=$child $parent -title1 $clabel -title2 $plabel1 |
|
128 | UltraCompare.diffargs=$child $parent -title1 $clabel -title2 $plabel1 |
General Comments 0
You need to be logged in to leave comments.
Login now