Fossil SCM

Tweaks to the merge conflict notation.

drh 2010-12-16 15:03 trunk
Commit bf919337bb4c2f2d08391cb42fdf8f64ba773937
1 file changed +2 -2
+2 -2
--- src/merge3.c
+++ src/merge3.c
@@ -154,13 +154,13 @@
154154
int limit1, limit2; /* Sizes of aC1[] and aC2[] */
155155
int nConflict = 0; /* Number of merge conflicts seen so far */
156156
static const char zBegin[] =
157157
"<<<<<<< BEGIN MERGE CONFLICT: original content first <<<<<<<\n";
158158
static const char zMid[] =
159
- "======= original content above; merged content below =======\n";
159
+ "======= original content above; conflict below =============\n";
160160
static const char zEnd[] =
161
- ">>>>>>> END MERGE CONFLICT: merged content last >>>>>>>>>>>>\n";
161
+ ">>>>>>> END MERGE CONFLICT: conflict last >>>>>>>>>>>>>>>>>>\n";
162162
163163
blob_zero(pOut); /* Merge results stored in pOut */
164164
165165
/* Compute the edits that occur from pPivot => pV1 (into aC1)
166166
** and pPivot => pV2 (into aC2). Each of the aC1 and aC2 arrays is
167167
--- src/merge3.c
+++ src/merge3.c
@@ -154,13 +154,13 @@
154 int limit1, limit2; /* Sizes of aC1[] and aC2[] */
155 int nConflict = 0; /* Number of merge conflicts seen so far */
156 static const char zBegin[] =
157 "<<<<<<< BEGIN MERGE CONFLICT: original content first <<<<<<<\n";
158 static const char zMid[] =
159 "======= original content above; merged content below =======\n";
160 static const char zEnd[] =
161 ">>>>>>> END MERGE CONFLICT: merged content last >>>>>>>>>>>>\n";
162
163 blob_zero(pOut); /* Merge results stored in pOut */
164
165 /* Compute the edits that occur from pPivot => pV1 (into aC1)
166 ** and pPivot => pV2 (into aC2). Each of the aC1 and aC2 arrays is
167
--- src/merge3.c
+++ src/merge3.c
@@ -154,13 +154,13 @@
154 int limit1, limit2; /* Sizes of aC1[] and aC2[] */
155 int nConflict = 0; /* Number of merge conflicts seen so far */
156 static const char zBegin[] =
157 "<<<<<<< BEGIN MERGE CONFLICT: original content first <<<<<<<\n";
158 static const char zMid[] =
159 "======= original content above; conflict below =============\n";
160 static const char zEnd[] =
161 ">>>>>>> END MERGE CONFLICT: conflict last >>>>>>>>>>>>>>>>>>\n";
162
163 blob_zero(pOut); /* Merge results stored in pOut */
164
165 /* Compute the edits that occur from pPivot => pV1 (into aC1)
166 ** and pPivot => pV2 (into aC2). Each of the aC1 and aC2 arrays is
167

Keyboard Shortcuts

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