Fossil SCM

Fix the graph of changes for individual files - broken by recent work on the graph generator.

drh 2016-03-21 16:34 trunk
Commit c693d82da27742ef23b631a4bee8ecd9af9b0dcc
1 file changed +1 -1
+1 -1
--- src/graph.c
+++ src/graph.c
@@ -519,11 +519,11 @@
519519
}
520520
mask = BIT(pRow->iRail);
521521
pRow->railInUse |= mask;
522522
if( pRow->pChild ){
523523
assignChildrenToRail(pRow);
524
- }else if( !pRow->isLeaf ){
524
+ }else if( !pRow->isLeaf && !omitDescenders ){
525525
riser_to_top(pRow);
526526
}
527527
if( pParent ){
528528
for(pLoop=pParent->pPrev; pLoop && pLoop!=pRow; pLoop=pLoop->pPrev){
529529
pLoop->railInUse |= mask;
530530
--- src/graph.c
+++ src/graph.c
@@ -519,11 +519,11 @@
519 }
520 mask = BIT(pRow->iRail);
521 pRow->railInUse |= mask;
522 if( pRow->pChild ){
523 assignChildrenToRail(pRow);
524 }else if( !pRow->isLeaf ){
525 riser_to_top(pRow);
526 }
527 if( pParent ){
528 for(pLoop=pParent->pPrev; pLoop && pLoop!=pRow; pLoop=pLoop->pPrev){
529 pLoop->railInUse |= mask;
530
--- src/graph.c
+++ src/graph.c
@@ -519,11 +519,11 @@
519 }
520 mask = BIT(pRow->iRail);
521 pRow->railInUse |= mask;
522 if( pRow->pChild ){
523 assignChildrenToRail(pRow);
524 }else if( !pRow->isLeaf && !omitDescenders ){
525 riser_to_top(pRow);
526 }
527 if( pParent ){
528 for(pLoop=pParent->pPrev; pLoop && pLoop!=pRow; pLoop=pLoop->pPrev){
529 pLoop->railInUse |= mask;
530

Keyboard Shortcuts

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