Fossil SCM

Fixed breakage caused by editing the post-processed source code rather than the original (emacs followed a gcc compiler error there).

stephan 2021-02-15 16:38 leaves-command-branched-from
Commit bbb808ca030ce52c2842d4b51ab047509d7323f9c880f97b6b2d4e9369e29e45
1 file changed -2
--- src/descendants.c
+++ src/descendants.c
@@ -504,12 +504,10 @@
504504
if( multipleFlag ) n = 0;
505505
}
506506
n++;
507507
sqlite3_snprintf(sizeof(zLineNo), zLineNo, "(%d)", n);
508508
fossil_print("%6s ", zLineNo);
509
- z = mprintf("root:%s", zId);
510
- ridOfRoot = symbolic_name_to_rid(z, "ci");
511509
if(0!=fossil_strcmp(zBr,"trunk")){
512510
z = mprintf("root:%s", zId);
513511
ridOfRoot = symbolic_name_to_rid(z, "ci");
514512
if(ridOfRoot>0){
515513
zBranchPoint = mprintf(" (branched from: [%.*z])", hash_digits(0),
516514
--- src/descendants.c
+++ src/descendants.c
@@ -504,12 +504,10 @@
504 if( multipleFlag ) n = 0;
505 }
506 n++;
507 sqlite3_snprintf(sizeof(zLineNo), zLineNo, "(%d)", n);
508 fossil_print("%6s ", zLineNo);
509 z = mprintf("root:%s", zId);
510 ridOfRoot = symbolic_name_to_rid(z, "ci");
511 if(0!=fossil_strcmp(zBr,"trunk")){
512 z = mprintf("root:%s", zId);
513 ridOfRoot = symbolic_name_to_rid(z, "ci");
514 if(ridOfRoot>0){
515 zBranchPoint = mprintf(" (branched from: [%.*z])", hash_digits(0),
516
--- src/descendants.c
+++ src/descendants.c
@@ -504,12 +504,10 @@
504 if( multipleFlag ) n = 0;
505 }
506 n++;
507 sqlite3_snprintf(sizeof(zLineNo), zLineNo, "(%d)", n);
508 fossil_print("%6s ", zLineNo);
 
 
509 if(0!=fossil_strcmp(zBr,"trunk")){
510 z = mprintf("root:%s", zId);
511 ridOfRoot = symbolic_name_to_rid(z, "ci");
512 if(ridOfRoot>0){
513 zBranchPoint = mprintf(" (branched from: [%.*z])", hash_digits(0),
514

Keyboard Shortcuts

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