Fossil SCM

improve warning message for binary merge conflict on update.

mgagnon 2021-12-27 12:02 binary_merge_conflict_fix
Commit d4d739898dc5de0c2cf7b48395d3d80a50aa44a7b9da25ba040459edaaa79f91
1 file changed +1 -1
+1 -1
--- src/update.c
+++ src/update.c
@@ -529,11 +529,11 @@
529529
blob_write_to_file(&t, zFullNewPath);
530530
file_setexe(zFullNewPath, isexe);
531531
}
532532
fossil_print("***** Cannot merge binary file %s", zNewName);
533533
if( !dryRunFlag ){
534
- fossil_print(", original copy is backup locally");
534
+ fossil_print(", original copy backed up locally");
535535
}
536536
fossil_print("\n");
537537
nConflict++;
538538
}
539539
}
540540
--- src/update.c
+++ src/update.c
@@ -529,11 +529,11 @@
529 blob_write_to_file(&t, zFullNewPath);
530 file_setexe(zFullNewPath, isexe);
531 }
532 fossil_print("***** Cannot merge binary file %s", zNewName);
533 if( !dryRunFlag ){
534 fossil_print(", original copy is backup locally");
535 }
536 fossil_print("\n");
537 nConflict++;
538 }
539 }
540
--- src/update.c
+++ src/update.c
@@ -529,11 +529,11 @@
529 blob_write_to_file(&t, zFullNewPath);
530 file_setexe(zFullNewPath, isexe);
531 }
532 fossil_print("***** Cannot merge binary file %s", zNewName);
533 if( !dryRunFlag ){
534 fossil_print(", original copy backed up locally");
535 }
536 fossil_print("\n");
537 nConflict++;
538 }
539 }
540

Keyboard Shortcuts

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