Fossil SCM

Minor correction to comment, no code change.

andybradford 2015-04-10 05:31 trunk
Commit d397f1cdc4a86300fc96ae1d57c4d8632272f450
1 file changed +1 -1
+1 -1
--- src/merge3.c
+++ src/merge3.c
@@ -260,11 +260,11 @@
260260
i2 += 3;
261261
}else
262262
{
263263
/* We have found a region where different edits to V1 and V2 overlap.
264264
** This is a merge conflict. Find the size of the conflict, then
265
- ** output both possible edits separate by distinctive marks.
265
+ ** output both possible edits separated by distinctive marks.
266266
*/
267267
int sz = 1; /* Size of the conflict in lines */
268268
nConflict++;
269269
while( !ends_at_CPY(&aC1[i1], sz) || !ends_at_CPY(&aC2[i2], sz) ){
270270
sz++;
271271
--- src/merge3.c
+++ src/merge3.c
@@ -260,11 +260,11 @@
260 i2 += 3;
261 }else
262 {
263 /* We have found a region where different edits to V1 and V2 overlap.
264 ** This is a merge conflict. Find the size of the conflict, then
265 ** output both possible edits separate by distinctive marks.
266 */
267 int sz = 1; /* Size of the conflict in lines */
268 nConflict++;
269 while( !ends_at_CPY(&aC1[i1], sz) || !ends_at_CPY(&aC2[i2], sz) ){
270 sz++;
271
--- src/merge3.c
+++ src/merge3.c
@@ -260,11 +260,11 @@
260 i2 += 3;
261 }else
262 {
263 /* We have found a region where different edits to V1 and V2 overlap.
264 ** This is a merge conflict. Find the size of the conflict, then
265 ** output both possible edits separated by distinctive marks.
266 */
267 int sz = 1; /* Size of the conflict in lines */
268 nConflict++;
269 while( !ends_at_CPY(&aC1[i1], sz) || !ends_at_CPY(&aC2[i2], sz) ){
270 sz++;
271

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button