##// END OF EJS Templates
filemerge: use non-minimal conflict marker regions (BC)...
Matt Mackall -
r21921:ecc13871 default
parent child Browse files
Show More
@@ -217,7 +217,7 b' def _imerge(repo, mynode, orig, fcd, fco'
217
217
218 ui = repo.ui
218 ui = repo.ui
219
219
220 r = simplemerge.simplemerge(ui, a, b, c, label=labels)
220 r = simplemerge.simplemerge(ui, a, b, c, label=labels, no_minimal=True)
221 return True, r
221 return True, r
222 return False, 0
222 return False, 0
223
223
@@ -47,13 +47,16 b''
47
47
48 $ cat a
48 $ cat a
49 Small Mathematical Series.
49 Small Mathematical Series.
50 <<<<<<< local: 618808747361 - test: branch2
50 1
51 1
51 2
52 2
52 3
53 3
53 <<<<<<< local: 618808747361 - test: branch2
54 6
54 6
55 8
55 8
56 =======
56 =======
57 1
58 2
59 3
57 4
60 4
58 5
61 5
59 >>>>>>> other: c0c68e4fe667 - test: branch1
62 >>>>>>> other: c0c68e4fe667 - test: branch1
@@ -78,13 +81,16 b' Verify custom conflict markers'
78
81
79 $ cat a
82 $ cat a
80 Small Mathematical Series.
83 Small Mathematical Series.
84 <<<<<<< local: test 2
81 1
85 1
82 2
86 2
83 3
87 3
84 <<<<<<< local: test 2
85 6
88 6
86 8
89 8
87 =======
90 =======
91 1
92 2
93 3
88 4
94 4
89 5
95 5
90 >>>>>>> other: test 1
96 >>>>>>> other: test 1
@@ -105,13 +111,16 b' Verify line splitting of custom conflict'
105
111
106 $ cat a
112 $ cat a
107 Small Mathematical Series.
113 Small Mathematical Series.
114 <<<<<<< local: test 2
108 1
115 1
109 2
116 2
110 3
117 3
111 <<<<<<< local: test 2
112 6
118 6
113 8
119 8
114 =======
120 =======
121 1
122 2
123 3
115 4
124 4
116 5
125 5
117 >>>>>>> other: test 1
126 >>>>>>> other: test 1
@@ -145,13 +154,16 b' Verify line trimming of custom conflict '
145
154
146 $ cat a
155 $ cat a
147 Small Mathematical Series.
156 Small Mathematical Series.
157 <<<<<<< local: 123456789012345678901234567890123456789012345678901234567890\xe3\x81\x82... (esc)
148 1
158 1
149 2
159 2
150 3
160 3
151 <<<<<<< local: 123456789012345678901234567890123456789012345678901234567890\xe3\x81\x82... (esc)
152 6
161 6
153 8
162 8
154 =======
163 =======
164 1
165 2
166 3
155 4
167 4
156 5
168 5
157 >>>>>>> other: branch1
169 >>>>>>> other: branch1
@@ -172,13 +184,16 b' Verify basic conflict markers'
172
184
173 $ cat a
185 $ cat a
174 Small Mathematical Series.
186 Small Mathematical Series.
187 <<<<<<< local
175 1
188 1
176 2
189 2
177 3
190 3
178 <<<<<<< local
179 6
191 6
180 8
192 8
181 =======
193 =======
194 1
195 2
196 3
182 4
197 4
183 5
198 5
184 >>>>>>> other
199 >>>>>>> other
General Comments 0
You need to be logged in to leave comments. Login now