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