Fossil SCM

Remote the number of merge conflicts on an update. Ticket [769b4ed7b23e4cb7]

drh 2011-01-18 18:36 trunk
Commit 0b8aed945e5caf54c80b5a6fc09709b15a5a5d32
1 file changed +2 -1
+2 -1
--- src/update.c
+++ src/update.c
@@ -406,11 +406,12 @@
406406
*/
407407
if( nConflict && !nochangeFlag ){
408408
if( internalUpdate ){
409409
internalConflictCnt = nConflict;
410410
}else{
411
- printf("WARNING: merge conflicts - see messages above for details.\n");
411
+ printf("WARNING: %d merge conflicts - see messages above for details.\n",
412
+ nConflict);
412413
}
413414
}
414415
415416
/*
416417
** Clean up the mid and pid VFILE entries. Then commit the changes.
417418
--- src/update.c
+++ src/update.c
@@ -406,11 +406,12 @@
406 */
407 if( nConflict && !nochangeFlag ){
408 if( internalUpdate ){
409 internalConflictCnt = nConflict;
410 }else{
411 printf("WARNING: merge conflicts - see messages above for details.\n");
 
412 }
413 }
414
415 /*
416 ** Clean up the mid and pid VFILE entries. Then commit the changes.
417
--- src/update.c
+++ src/update.c
@@ -406,11 +406,12 @@
406 */
407 if( nConflict && !nochangeFlag ){
408 if( internalUpdate ){
409 internalConflictCnt = nConflict;
410 }else{
411 printf("WARNING: %d merge conflicts - see messages above for details.\n",
412 nConflict);
413 }
414 }
415
416 /*
417 ** Clean up the mid and pid VFILE entries. Then commit the changes.
418

Keyboard Shortcuts

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