Show More
@@ -1,145 +1,157 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 | ||||
|
5 | ; The Araxis Merge tool is configured to work with newer versions of Araxis Merge | |||
|
6 | ; if you are using Araxis Merge 2008 or earlier, create a [merge-tools] section | |||
|
7 | ; in your mercurial.ini file, and add one of the two following "araxis.executable" | |||
|
8 | ; lines, depending on whether you have installed a 32 or a 64 bit version | |||
|
9 | ; of Araxis Merge and whether you are on a 32 or 64 bit version of windows | |||
|
10 | ; | |||
|
11 | ;araxis.executable=${ProgramFiles}/Araxis/Araxis Merge/ConsoleCompare.exe | |||
|
12 | ;araxis.executable=${ProgramFiles(x86)}/Araxis/Araxis Merge/ConsoleCompare.exe | |||
|
13 | ; | |||
|
14 | ; Please remember to remove the leading ";" to uncomment the line | |||
|
15 | ; | |||
4 | araxis.args=/3 /a2 /wait /merge /title1:"Other" /title2:"Base" /title3:"Local :"$local $other $base $local $output |
|
16 | araxis.args=/3 /a2 /wait /merge /title1:"Other" /title2:"Base" /title3:"Local :"$local $other $base $local $output | |
5 | araxis.binary=True |
|
17 | araxis.binary=True | |
6 | araxis.checkconflict=True |
|
18 | araxis.checkconflict=True | |
7 | araxis.diffargs=/2 /wait /title1:$plabel1 /title2:$clabel $parent $child |
|
19 | araxis.diffargs=/2 /wait /title1:$plabel1 /title2:$clabel $parent $child | |
8 | araxis.gui=True |
|
20 | araxis.gui=True | |
9 | araxis.priority=-2 |
|
21 | araxis.priority=-2 | |
10 | araxis.regappend=\ConsoleCompare.exe |
|
22 | araxis.regappend=\ConsoleCompare.exe | |
11 | araxis.regkey=SOFTWARE\Classes\TypeLib\{46799e0a-7bd1-4330-911c-9660bb964ea2}\7.0\HELPDIR |
|
23 | araxis.regkey=SOFTWARE\Classes\TypeLib\{46799e0a-7bd1-4330-911c-9660bb964ea2}\7.0\HELPDIR | |
12 |
|
24 | |||
13 |
; Linux version of Beyond |
|
25 | ; Linux version of BeyondCompare 3 and 4 (dirdiff is version 4 only) | |
14 | bcompare.args=$local $other $base -mergeoutput=$output -ro -lefttitle=$labellocal -centertitle=$labelbase -righttitle=$labelother -outputtitle=merged -automerge -reviewconflicts -solo |
|
26 | bcompare.args=$local $other $base -mergeoutput=$output -ro -lefttitle=$labellocal -centertitle=$labelbase -righttitle=$labelother -outputtitle=merged -automerge -reviewconflicts -solo | |
15 | bcompare.diffargs=-lro -lefttitle=$plabel1 -righttitle=$clabel -solo -expandall $parent $child |
|
27 | bcompare.diffargs=-lro -lefttitle=$plabel1 -righttitle=$clabel -solo -expandall $parent $child | |
16 | bcompare.gui=True |
|
28 | bcompare.gui=True | |
17 | bcompare.priority=-1 |
|
29 | bcompare.priority=-1 | |
18 |
|
30 | |||
19 | ; OS X version of Beyond Compare |
|
31 | ; OS X version of Beyond Compare | |
20 | bcomposx.args=$local $other $base -mergeoutput=$output -ro -lefttitle=$labellocal -centertitle=$labelbase -righttitle=$labelother -outputtitle=merged -automerge -reviewconflicts -solo |
|
32 | bcomposx.args=$local $other $base -mergeoutput=$output -ro -lefttitle=$labellocal -centertitle=$labelbase -righttitle=$labelother -outputtitle=merged -automerge -reviewconflicts -solo | |
21 | bcomposx.diffargs=-lro -lefttitle=$plabel1 -righttitle=$clabel -solo -expandall $parent $child |
|
33 | bcomposx.diffargs=-lro -lefttitle=$plabel1 -righttitle=$clabel -solo -expandall $parent $child | |
22 | bcomposx.executable = /Applications/Beyond Compare.app/Contents/MacOS/bcomp |
|
34 | bcomposx.executable = /Applications/Beyond Compare.app/Contents/MacOS/bcomp | |
23 | bcomposx.gui=True |
|
35 | bcomposx.gui=True | |
24 | bcomposx.priority=-1 |
|
36 | bcomposx.priority=-1 | |
25 |
|
37 | |||
26 |
; Windows version of Beyond |
|
38 | ; Windows version of BeyondCompare 3 | |
27 | beyondcompare3.args=$local $other $base $output /ro /lefttitle=$labellocal /centertitle=$labelbase /righttitle=$labelother /automerge /reviewconflicts /solo |
|
39 | beyondcompare3.args=$local $other $base $output /ro /lefttitle=$labellocal /centertitle=$labelbase /righttitle=$labelother /automerge /reviewconflicts /solo | |
28 | beyondcompare3.diffargs=/lro /lefttitle=$plabel1 /righttitle=$clabel /solo /expandall $parent $child |
|
40 | beyondcompare3.diffargs=/lro /lefttitle=$plabel1 /righttitle=$clabel /solo /expandall $parent $child | |
29 | beyondcompare3.gui=True |
|
41 | beyondcompare3.gui=True | |
30 | beyondcompare3.priority=-2 |
|
42 | beyondcompare3.priority=-2 | |
31 | beyondcompare3.regkey=Software\Scooter Software\Beyond Compare 3 |
|
43 | beyondcompare3.regkey=Software\Scooter Software\Beyond Compare 3 | |
32 | beyondcompare3.regname=ExePath |
|
44 | beyondcompare3.regname=ExePath | |
33 |
|
45 | |||
34 | diffmerge.args=-nosplash -merge -title1=$labellocal -title2=merged -title3=$labelother $local $base $other -result=$output |
|
46 | diffmerge.args=-nosplash -merge -title1=$labellocal -title2=merged -title3=$labelother $local $base $other -result=$output | |
35 | diffmerge.check=changed |
|
47 | diffmerge.check=changed | |
36 | diffmerge.diffargs=--nosplash --title1=$plabel1 --title2=$clabel $parent $child |
|
48 | diffmerge.diffargs=--nosplash --title1=$plabel1 --title2=$clabel $parent $child | |
37 | diffmerge.gui=True |
|
49 | diffmerge.gui=True | |
38 | diffmerge.priority=-7 |
|
50 | diffmerge.priority=-7 | |
39 | diffmerge.regkey=Software\SourceGear\SourceGear DiffMerge\ |
|
51 | diffmerge.regkey=Software\SourceGear\SourceGear DiffMerge\ | |
40 | diffmerge.regkeyalt=Software\Wow6432Node\SourceGear\SourceGear DiffMerge\ |
|
52 | diffmerge.regkeyalt=Software\Wow6432Node\SourceGear\SourceGear DiffMerge\ | |
41 | diffmerge.regname=Location |
|
53 | diffmerge.regname=Location | |
42 |
|
54 | |||
43 | diffuse.args=$local $base $other |
|
55 | diffuse.args=$local $base $other | |
44 | diffuse.diffargs=$parent $child |
|
56 | diffuse.diffargs=$parent $child | |
45 | diffuse.gui=True |
|
57 | diffuse.gui=True | |
46 | diffuse.priority=-3 |
|
58 | diffuse.priority=-3 | |
47 |
|
59 | |||
48 | ecmerge.args=$base $local $other --mode=merge3 --title0=$labelbase --title1=$labellocal --title2=$labelother --to=$output |
|
60 | ecmerge.args=$base $local $other --mode=merge3 --title0=$labelbase --title1=$labellocal --title2=$labelother --to=$output | |
49 | ecmerge.diffargs=$parent $child --mode=diff2 --title1=$plabel1 --title2=$clabel |
|
61 | ecmerge.diffargs=$parent $child --mode=diff2 --title1=$plabel1 --title2=$clabel | |
50 | ecmerge.gui=True |
|
62 | ecmerge.gui=True | |
51 | ecmerge.regkey=Software\Elli\xc3\xa9 Computing\Merge |
|
63 | ecmerge.regkey=Software\Elli\xc3\xa9 Computing\Merge | |
52 | ecmerge.regkeyalt=Software\Wow6432Node\Elli\xc3\xa9 Computing\Merge |
|
64 | ecmerge.regkeyalt=Software\Wow6432Node\Elli\xc3\xa9 Computing\Merge | |
53 |
|
65 | |||
54 | # editmerge is a small script shipped in contrib. |
|
66 | # editmerge is a small script shipped in contrib. | |
55 | # It needs this config otherwise it behaves the same as internal:local |
|
67 | # It needs this config otherwise it behaves the same as internal:local | |
56 | editmerge.args=$output |
|
68 | editmerge.args=$output | |
57 | editmerge.check=changed |
|
69 | editmerge.check=changed | |
58 | editmerge.premerge=keep |
|
70 | editmerge.premerge=keep | |
59 |
|
71 | |||
60 | filemerge.args=-left $other -right $local -ancestor $base -merge $output |
|
72 | filemerge.args=-left $other -right $local -ancestor $base -merge $output | |
61 | filemerge.executable=/Developer/Applications/Utilities/FileMerge.app/Contents/MacOS/FileMerge |
|
73 | filemerge.executable=/Developer/Applications/Utilities/FileMerge.app/Contents/MacOS/FileMerge | |
62 | filemerge.gui=True |
|
74 | filemerge.gui=True | |
63 |
|
75 | |||
64 | filemergexcode.args=-left $other -right $local -ancestor $base -merge $output |
|
76 | filemergexcode.args=-left $other -right $local -ancestor $base -merge $output | |
65 | filemergexcode.executable=/Applications/Xcode.app/Contents/Applications/FileMerge.app/Contents/MacOS/FileMerge |
|
77 | filemergexcode.executable=/Applications/Xcode.app/Contents/Applications/FileMerge.app/Contents/MacOS/FileMerge | |
66 | filemergexcode.gui=True |
|
78 | filemergexcode.gui=True | |
67 |
|
79 | |||
68 | gpyfm.gui=True |
|
80 | gpyfm.gui=True | |
69 |
|
81 | |||
70 | gvimdiff.args=--nofork -d -g -O $local $other $base |
|
82 | gvimdiff.args=--nofork -d -g -O $local $other $base | |
71 | gvimdiff.diffargs=--nofork -d -g -O $parent $child |
|
83 | gvimdiff.diffargs=--nofork -d -g -O $parent $child | |
72 | gvimdiff.priority=-9 |
|
84 | gvimdiff.priority=-9 | |
73 | gvimdiff.regkey=Software\Vim\GVim |
|
85 | gvimdiff.regkey=Software\Vim\GVim | |
74 | gvimdiff.regkeyalt=Software\Wow6432Node\Vim\GVim |
|
86 | gvimdiff.regkeyalt=Software\Wow6432Node\Vim\GVim | |
75 | gvimdiff.regname=path |
|
87 | gvimdiff.regname=path | |
76 |
|
88 | |||
77 | kdiff3.args=--auto --L1 $labelbase --L2 $labellocal --L3 $labelother $base $local $other -o $output |
|
89 | kdiff3.args=--auto --L1 $labelbase --L2 $labellocal --L3 $labelother $base $local $other -o $output | |
78 | kdiff3.diffargs=--L1 $plabel1 --L2 $clabel $parent $child |
|
90 | kdiff3.diffargs=--L1 $plabel1 --L2 $clabel $parent $child | |
79 | kdiff3.fixeol=True |
|
91 | kdiff3.fixeol=True | |
80 | kdiff3.gui=True |
|
92 | kdiff3.gui=True | |
81 | kdiff3.regappend=\kdiff3.exe |
|
93 | kdiff3.regappend=\kdiff3.exe | |
82 | kdiff3.regkey=Software\KDiff3 |
|
94 | kdiff3.regkey=Software\KDiff3 | |
83 | kdiff3.regkeyalt=Software\Wow6432Node\KDiff3 |
|
95 | kdiff3.regkeyalt=Software\Wow6432Node\KDiff3 | |
84 |
|
96 | |||
85 | meld.args=--label=$labellocal $local --label='merged' $base --label=$labelother $other -o $output --auto-merge |
|
97 | meld.args=--label=$labellocal $local --label='merged' $base --label=$labelother $other -o $output --auto-merge | |
86 | meld.check=changed |
|
98 | meld.check=changed | |
87 | meld.diffargs=-a --label=$plabel1 $parent --label=$clabel $child |
|
99 | meld.diffargs=-a --label=$plabel1 $parent --label=$clabel $child | |
88 | meld.gui=True |
|
100 | meld.gui=True | |
89 |
|
101 | |||
90 | merge.check=conflicts |
|
102 | merge.check=conflicts | |
91 | merge.priority=-100 |
|
103 | merge.priority=-100 | |
92 |
|
104 | |||
93 | p4merge.args=$base $local $other $output |
|
105 | p4merge.args=$base $local $other $output | |
94 | p4merge.diffargs=$parent $child |
|
106 | p4merge.diffargs=$parent $child | |
95 | p4merge.gui=True |
|
107 | p4merge.gui=True | |
96 | p4merge.priority=-8 |
|
108 | p4merge.priority=-8 | |
97 | p4merge.regappend=\p4merge.exe |
|
109 | p4merge.regappend=\p4merge.exe | |
98 | p4merge.regkey=Software\Perforce\Environment |
|
110 | p4merge.regkey=Software\Perforce\Environment | |
99 | p4merge.regkeyalt=Software\Wow6432Node\Perforce\Environment |
|
111 | p4merge.regkeyalt=Software\Wow6432Node\Perforce\Environment | |
100 | p4merge.regname=P4INSTROOT |
|
112 | p4merge.regname=P4INSTROOT | |
101 |
|
113 | |||
102 | p4mergeosx.args = $base $local $other $output |
|
114 | p4mergeosx.args = $base $local $other $output | |
103 | p4mergeosx.diffargs=$parent $child |
|
115 | p4mergeosx.diffargs=$parent $child | |
104 | p4mergeosx.executable = /Applications/p4merge.app/Contents/MacOS/p4merge |
|
116 | p4mergeosx.executable = /Applications/p4merge.app/Contents/MacOS/p4merge | |
105 | p4mergeosx.gui = True |
|
117 | p4mergeosx.gui = True | |
106 | p4mergeosx.priority=-8 |
|
118 | p4mergeosx.priority=-8 | |
107 |
|
119 | |||
108 | tkdiff.args=$local $other -a $base -o $output |
|
120 | tkdiff.args=$local $other -a $base -o $output | |
109 | tkdiff.diffargs=-L $plabel1 $parent -L $clabel $child |
|
121 | tkdiff.diffargs=-L $plabel1 $parent -L $clabel $child | |
110 | tkdiff.gui=True |
|
122 | tkdiff.gui=True | |
111 | tkdiff.priority=-8 |
|
123 | tkdiff.priority=-8 | |
112 |
|
124 | |||
113 | tortoisemerge.args=/base:$base /mine:$local /theirs:$other /merged:$output |
|
125 | tortoisemerge.args=/base:$base /mine:$local /theirs:$other /merged:$output | |
114 | tortoisemerge.check=changed |
|
126 | tortoisemerge.check=changed | |
115 | tortoisemerge.diffargs=/base:$parent /mine:$child /basename:$plabel1 /minename:$clabel |
|
127 | tortoisemerge.diffargs=/base:$parent /mine:$child /basename:$plabel1 /minename:$clabel | |
116 | tortoisemerge.gui=True |
|
128 | tortoisemerge.gui=True | |
117 | tortoisemerge.priority=-8 |
|
129 | tortoisemerge.priority=-8 | |
118 | tortoisemerge.regkey=Software\TortoiseSVN |
|
130 | tortoisemerge.regkey=Software\TortoiseSVN | |
119 | tortoisemerge.regkeyalt=Software\Wow6432Node\TortoiseSVN |
|
131 | tortoisemerge.regkeyalt=Software\Wow6432Node\TortoiseSVN | |
120 |
|
132 | |||
121 | UltraCompare.args = $base $local $other -title1 base -title3 other |
|
133 | UltraCompare.args = $base $local $other -title1 base -title3 other | |
122 | UltraCompare.binary = True |
|
134 | UltraCompare.binary = True | |
123 | UltraCompare.check = conflicts,changed |
|
135 | UltraCompare.check = conflicts,changed | |
124 | UltraCompare.diffargs=$child $parent -title1 $clabel -title2 $plabel1 |
|
136 | UltraCompare.diffargs=$child $parent -title1 $clabel -title2 $plabel1 | |
125 | UltraCompare.gui = True |
|
137 | UltraCompare.gui = True | |
126 | UltraCompare.priority = -2 |
|
138 | UltraCompare.priority = -2 | |
127 | UltraCompare.regkey=Software\Microsoft\Windows\CurrentVersion\App Paths\UC.exe |
|
139 | UltraCompare.regkey=Software\Microsoft\Windows\CurrentVersion\App Paths\UC.exe | |
128 | UltraCompare.regkeyalt=Software\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\UC.exe |
|
140 | UltraCompare.regkeyalt=Software\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\UC.exe | |
129 |
|
141 | |||
130 | vimdiff.args=$local $other $base -c 'redraw | echomsg "hg merge conflict, type \":cq\" to abort vimdiff"' |
|
142 | vimdiff.args=$local $other $base -c 'redraw | echomsg "hg merge conflict, type \":cq\" to abort vimdiff"' | |
131 | vimdiff.check=changed |
|
143 | vimdiff.check=changed | |
132 | vimdiff.priority=-10 |
|
144 | vimdiff.priority=-10 | |
133 | winmerge.args=/e /x /wl /ub /dl $labelother /dr $labellocal $other $local $output |
|
145 | winmerge.args=/e /x /wl /ub /dl $labelother /dr $labellocal $other $local $output | |
134 | winmerge.check=changed |
|
146 | winmerge.check=changed | |
135 | winmerge.diffargs=/r /e /x /ub /wl /dl $plabel1 /dr $clabel $parent $child |
|
147 | winmerge.diffargs=/r /e /x /ub /wl /dl $plabel1 /dr $clabel $parent $child | |
136 | winmerge.gui=True |
|
148 | winmerge.gui=True | |
137 | winmerge.priority=-10 |
|
149 | winmerge.priority=-10 | |
138 | winmerge.regkey=Software\Thingamahoochie\WinMerge |
|
150 | winmerge.regkey=Software\Thingamahoochie\WinMerge | |
139 | winmerge.regkeyalt=Software\Wow6432Node\Thingamahoochie\WinMerge\ |
|
151 | winmerge.regkeyalt=Software\Wow6432Node\Thingamahoochie\WinMerge\ | |
140 | winmerge.regname=Executable |
|
152 | winmerge.regname=Executable | |
141 |
|
153 | |||
142 | xxdiff.args=--show-merged-pane --exit-with-merge-status --title1 $labellocal --title2 $labelbase --title3 $labelother --merged-filename $output --merge $local $base $other |
|
154 | xxdiff.args=--show-merged-pane --exit-with-merge-status --title1 $labellocal --title2 $labelbase --title3 $labelother --merged-filename $output --merge $local $base $other | |
143 | xxdiff.diffargs=--title1 $plabel1 $parent --title2 $clabel $child |
|
155 | xxdiff.diffargs=--title1 $plabel1 $parent --title2 $clabel $child | |
144 | xxdiff.gui=True |
|
156 | xxdiff.gui=True | |
145 | xxdiff.priority=-8 |
|
157 | xxdiff.priority=-8 |
General Comments 0
You need to be logged in to leave comments.
Login now