Show More
@@ -1,86 +1,86 b'' | |||
|
1 | 1 | # Some default global settings for common merge tools |
|
2 | 2 | |
|
3 | 3 | [merge-tools] |
|
4 | 4 | kdiff3.args=--auto --L1 base --L2 local --L3 other $base $local $other -o $output |
|
5 | 5 | kdiff3.regkey=Software\KDiff3 |
|
6 | 6 | kdiff3.regappend=\kdiff3.exe |
|
7 | 7 | kdiff3.fixeol=True |
|
8 | 8 | kdiff3.gui=True |
|
9 | 9 | |
|
10 | 10 | gvimdiff.args=--nofork -d -g -O $local $other $base |
|
11 | 11 | gvimdiff.regkey=Software\Vim\GVim |
|
12 | 12 | gvimdiff.regname=path |
|
13 | 13 | gvimdiff.priority=-9 |
|
14 | 14 | |
|
15 | 15 | merge.checkconflicts=True |
|
16 | merge.priority=-10 | |
|
16 | merge.priority=-100 | |
|
17 | 17 | |
|
18 | 18 | gpyfm.gui=True |
|
19 | 19 | |
|
20 | 20 | meld.gui=True |
|
21 | 21 | meld.args=--label='local' $local --label='base' $base --label='other' $other |
|
22 | 22 | |
|
23 | 23 | tkdiff.args=$local $other -a $base -o $output |
|
24 | 24 | tkdiff.gui=True |
|
25 | 25 | tkdiff.priority=-8 |
|
26 | 26 | |
|
27 | 27 | xxdiff.args=--show-merged-pane --exit-with-merge-status --title1 local --title2 base --title3 other --merged-filename $output --merge $local $base $other |
|
28 | 28 | xxdiff.gui=True |
|
29 | 29 | xxdiff.priority=-8 |
|
30 | 30 | |
|
31 | 31 | diffmerge.regkey=Software\SourceGear\SourceGear DiffMerge\ |
|
32 | 32 | diffmerge.regname=Location |
|
33 | 33 | diffmerge.priority=-7 |
|
34 | 34 | diffmerge.args=-nosplash -merge -title1=local -title2=merged -title3=other $local $base $other -result=$output |
|
35 | 35 | diffmerge.checkchanged=True |
|
36 | 36 | diffmerge.gui=True |
|
37 | 37 | |
|
38 | 38 | p4merge.args=$base $local $other $output |
|
39 | 39 | p4merge.regkey=Software\Perforce\Environment |
|
40 | 40 | p4merge.regname=P4INSTROOT |
|
41 | 41 | p4merge.regappend=\p4merge.exe |
|
42 | 42 | p4merge.gui=True |
|
43 | 43 | p4merge.priority=-8 |
|
44 | 44 | |
|
45 | 45 | tortoisemerge.args=/base:$base /mine:$local /theirs:$other /merged:$output |
|
46 | 46 | tortoisemerge.regkey=Software\TortoiseSVN |
|
47 | 47 | tortoisemerge.checkchanged=True |
|
48 | 48 | tortoisemerge.gui=True |
|
49 | 49 | tortoisemerge.priority=-8 |
|
50 | 50 | |
|
51 | 51 | ecmerge.args=$base $local $other --mode=merge3 --title0=base --title1=local --title2=other --to=$output |
|
52 | 52 | ecmerge.regkey=Software\Elli\xc3\xa9 Computing\Merge |
|
53 | 53 | ecmerge.gui=True |
|
54 | 54 | |
|
55 | 55 | filemerge.executable=/Developer/Applications/Utilities/FileMerge.app/Contents/MacOS/FileMerge |
|
56 | 56 | filemerge.args=-left $other -right $local -ancestor $base -merge $output |
|
57 | 57 | filemerge.gui=True |
|
58 | 58 | |
|
59 | 59 | ; Windows version of Beyond Compare |
|
60 | 60 | beyondcompare3.args=$local $other $base $output /ro /lefttitle=local /centertitle=base /righttitle=other /automerge /reviewconflicts /solo |
|
61 | 61 | beyondcompare3.regkey=Software\Scooter Software\Beyond Compare 3 |
|
62 | 62 | beyondcompare3.regname=ExePath |
|
63 | 63 | beyondcompare3.gui=True |
|
64 | 64 | beyondcompare3.priority=-2 |
|
65 | 65 | |
|
66 | 66 | ; Linux version of Beyond Compare |
|
67 | 67 | bcompare.args=$local $other $base -mergeoutput=$output -ro -lefttitle=parent1 -centertitle=base -righttitle=parent2 -outputtitle=merged -automerge -reviewconflicts -solo |
|
68 | 68 | bcompare.premerge=False |
|
69 | 69 | bcompare.gui=True |
|
70 | 70 | bcompare.priority=-1 |
|
71 | 71 | |
|
72 | 72 | winmerge.args=/e /x /wl /ub /dl other /dr local $other $local $output |
|
73 | 73 | winmerge.regkey=Software\Thingamahoochie\WinMerge |
|
74 | 74 | winmerge.regname=Executable |
|
75 | 75 | winmerge.checkchanged=True |
|
76 | 76 | winmerge.gui=True |
|
77 | 77 | winmerge.priority=-10 |
|
78 | 78 | |
|
79 | 79 | araxis.regkey=SOFTWARE\Classes\TypeLib\{46799e0a-7bd1-4330-911c-9660bb964ea2}\7.0\HELPDIR |
|
80 | 80 | araxis.regappend=\ConsoleCompare.exe |
|
81 | 81 | araxis.priority=-2 |
|
82 | 82 | araxis.args=/3 /a2 /wait /merge /title1:"Other" /title2:"Base" /title3:"Local :"$local $other $base $local $output |
|
83 | 83 | araxis.premerge=False |
|
84 | 84 | araxis.checkconflict=True |
|
85 | 85 | araxis.binary=True |
|
86 | 86 | araxis.gui=True |
General Comments 0
You need to be logged in to leave comments.
Login now