Fossil SCM

Another "fork" -> "ambigeous branch" change

jan.nijtmans 2015-04-26 17:26 sync-forkwarn
Commit fe7f6f3cc19953deb434fb7705be309d87b44973
2 files changed +1 -1 +1 -1
--- src/descendants.c
+++ src/descendants.c
@@ -429,11 +429,11 @@
429429
fossil_free(z);
430430
}
431431
}
432432
fossil_free(zLastBr);
433433
db_finalize(&q);
434
- if( showForks && !zLastBr ) fossil_print("*** OK, no ambigeous branches found ***\n");
434
+ if( showForks && !zLastBr ) fossil_print("*** OK, no ambigeous branch found ***\n");
435435
}
436436
437437
/*
438438
** WEBPAGE: leaves
439439
**
440440
--- src/descendants.c
+++ src/descendants.c
@@ -429,11 +429,11 @@
429 fossil_free(z);
430 }
431 }
432 fossil_free(zLastBr);
433 db_finalize(&q);
434 if( showForks && !zLastBr ) fossil_print("*** OK, no ambigeous branches found ***\n");
435 }
436
437 /*
438 ** WEBPAGE: leaves
439 **
440
--- src/descendants.c
+++ src/descendants.c
@@ -429,11 +429,11 @@
429 fossil_free(z);
430 }
431 }
432 fossil_free(zLastBr);
433 db_finalize(&q);
434 if( showForks && !zLastBr ) fossil_print("*** OK, no ambigeous branch found ***\n");
435 }
436
437 /*
438 ** WEBPAGE: leaves
439 **
440
+1 -1
--- src/update.c
+++ src/update.c
@@ -562,11 +562,11 @@
562562
}
563563
if( nMerge ){
564564
fossil_warning("WARNING: %d uncommitted prior merges", nMerge);
565565
}
566566
if( isFork ){
567
- fossil_warning("WARNING: fork detected, please do a \"fossil merge\"");
567
+ fossil_warning("WARNING: ambigeous branch, please do a \"fossil merge\"");
568568
}
569569
}
570570
571571
/*
572572
** Clean up the mid and pid VFILE entries. Then commit the changes.
573573
--- src/update.c
+++ src/update.c
@@ -562,11 +562,11 @@
562 }
563 if( nMerge ){
564 fossil_warning("WARNING: %d uncommitted prior merges", nMerge);
565 }
566 if( isFork ){
567 fossil_warning("WARNING: fork detected, please do a \"fossil merge\"");
568 }
569 }
570
571 /*
572 ** Clean up the mid and pid VFILE entries. Then commit the changes.
573
--- src/update.c
+++ src/update.c
@@ -562,11 +562,11 @@
562 }
563 if( nMerge ){
564 fossil_warning("WARNING: %d uncommitted prior merges", nMerge);
565 }
566 if( isFork ){
567 fossil_warning("WARNING: ambigeous branch, please do a \"fossil merge\"");
568 }
569 }
570
571 /*
572 ** Clean up the mid and pid VFILE entries. Then commit the changes.
573

Keyboard Shortcuts

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