Show More
@@ -19,7 +19,7 b' vimdiff.args=$local $other $base' | |||||
19 | vimdiff.check=changed |
|
19 | vimdiff.check=changed | |
20 | vimdiff.priority=-10 |
|
20 | vimdiff.priority=-10 | |
21 |
|
21 | |||
22 |
merge.checkconflicts |
|
22 | merge.check=conflicts | |
23 | merge.priority=-100 |
|
23 | merge.priority=-100 | |
24 |
|
24 | |||
25 | gpyfm.gui=True |
|
25 | gpyfm.gui=True | |
@@ -43,7 +43,7 b' diffmerge.regkeyalt=Software\\Wow6432Node' | |||||
43 | diffmerge.regname=Location |
|
43 | diffmerge.regname=Location | |
44 | diffmerge.priority=-7 |
|
44 | diffmerge.priority=-7 | |
45 | diffmerge.args=-nosplash -merge -title1=local -title2=merged -title3=other $local $base $other -result=$output |
|
45 | diffmerge.args=-nosplash -merge -title1=local -title2=merged -title3=other $local $base $other -result=$output | |
46 |
diffmerge.checkchanged |
|
46 | diffmerge.check=changed | |
47 | diffmerge.gui=True |
|
47 | diffmerge.gui=True | |
48 | diffmerge.diffargs=--nosplash --title1='$plabel1' --title2='$clabel' $parent $child |
|
48 | diffmerge.diffargs=--nosplash --title1='$plabel1' --title2='$clabel' $parent $child | |
49 |
|
49 | |||
@@ -59,7 +59,7 b' p4merge.diffargs=$parent $child' | |||||
59 | tortoisemerge.args=/base:$base /mine:$local /theirs:$other /merged:$output |
|
59 | tortoisemerge.args=/base:$base /mine:$local /theirs:$other /merged:$output | |
60 | tortoisemerge.regkey=Software\TortoiseSVN |
|
60 | tortoisemerge.regkey=Software\TortoiseSVN | |
61 | tortoisemerge.regkeyalt=Software\Wow6432Node\TortoiseSVN |
|
61 | tortoisemerge.regkeyalt=Software\Wow6432Node\TortoiseSVN | |
62 |
tortoisemerge.checkchanged |
|
62 | tortoisemerge.check=changed | |
63 | tortoisemerge.gui=True |
|
63 | tortoisemerge.gui=True | |
64 | tortoisemerge.priority=-8 |
|
64 | tortoisemerge.priority=-8 | |
65 | tortoisemerge.diffargs=/base:$parent /mine:$child /basename:'$plabel1' /minename:'$clabel' |
|
65 | tortoisemerge.diffargs=/base:$parent /mine:$child /basename:'$plabel1' /minename:'$clabel' | |
@@ -93,7 +93,7 b' winmerge.args=/e /x /wl /ub /dl other /d' | |||||
93 | winmerge.regkey=Software\Thingamahoochie\WinMerge |
|
93 | winmerge.regkey=Software\Thingamahoochie\WinMerge | |
94 | winmerge.regkeyalt=Software\Wow6432Node\Thingamahoochie\WinMerge\ |
|
94 | winmerge.regkeyalt=Software\Wow6432Node\Thingamahoochie\WinMerge\ | |
95 | winmerge.regname=Executable |
|
95 | winmerge.regname=Executable | |
96 |
winmerge.checkchanged |
|
96 | winmerge.check=changed | |
97 | winmerge.gui=True |
|
97 | winmerge.gui=True | |
98 | winmerge.priority=-10 |
|
98 | winmerge.priority=-10 | |
99 | winmerge.diffargs=/r /e /x /ub /wl /dl '$plabel1' /dr '$clabel' $parent $child |
|
99 | winmerge.diffargs=/r /e /x /ub /wl /dl '$plabel1' /dr '$clabel' $parent $child | |
@@ -119,6 +119,5 b' UltraCompare.args = $base $local $other ' | |||||
119 | UltraCompare.priority = -2 |
|
119 | UltraCompare.priority = -2 | |
120 | UltraCompare.gui = True |
|
120 | UltraCompare.gui = True | |
121 | UltraCompare.binary = True |
|
121 | UltraCompare.binary = True | |
122 |
UltraCompare.checkconflicts |
|
122 | UltraCompare.check = conflicts,changed | |
123 | UltraCompare.checkchanged = True |
|
|||
124 | UltraCompare.diffargs=$child $parent -title1 $clabel -title2 $plabel1 |
|
123 | UltraCompare.diffargs=$child $parent -title1 $clabel -title2 $plabel1 |
@@ -850,14 +850,6 b' Supported arguments:' | |||||
850 | ``prompt`` |
|
850 | ``prompt`` | |
851 | Always prompt for merge success, regardless of success reported by tool. |
|
851 | Always prompt for merge success, regardless of success reported by tool. | |
852 |
|
852 | |||
853 | ``checkchanged`` |
|
|||
854 | True is equivalent to ``check = changed``. |
|
|||
855 | Default: False |
|
|||
856 |
|
||||
857 | ``checkconflicts`` |
|
|||
858 | True is equivalent to ``check = conflicts``. |
|
|||
859 | Default: False |
|
|||
860 |
|
||||
861 | ``fixeol`` |
|
853 | ``fixeol`` | |
862 | Attempt to fix up EOL changes caused by the merge tool. |
|
854 | Attempt to fix up EOL changes caused by the merge tool. | |
863 | Default: False |
|
855 | Default: False |
General Comments 0
You need to be logged in to leave comments.
Login now