Fossil SCM
Set the TIMELINE_DISJOINT option for the graph drawing logic when only checkins for a particular user are shown. Fix for ticket [a2de4526a0]
Commit
97336c56aba4952a204a2b820294de635a599651
Parent
e1f21628f227c63…
1 file changed
+1
+1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -878,10 +878,11 @@ | ||
| 878 | 878 | }else{ |
| 879 | 879 | blob_appendf(&desc, "%d %ss", n, zEType); |
| 880 | 880 | } |
| 881 | 881 | if( zUser ){ |
| 882 | 882 | blob_appendf(&desc, " by user %h", zUser); |
| 883 | + tmFlags |= TIMELINE_DISJOINT; | |
| 883 | 884 | } |
| 884 | 885 | if( tagid>0 ){ |
| 885 | 886 | blob_appendf(&desc, " tagged with \"%h\"", zTagName); |
| 886 | 887 | tmFlags |= TIMELINE_DISJOINT; |
| 887 | 888 | } |
| 888 | 889 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -878,10 +878,11 @@ | |
| 878 | }else{ |
| 879 | blob_appendf(&desc, "%d %ss", n, zEType); |
| 880 | } |
| 881 | if( zUser ){ |
| 882 | blob_appendf(&desc, " by user %h", zUser); |
| 883 | } |
| 884 | if( tagid>0 ){ |
| 885 | blob_appendf(&desc, " tagged with \"%h\"", zTagName); |
| 886 | tmFlags |= TIMELINE_DISJOINT; |
| 887 | } |
| 888 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -878,10 +878,11 @@ | |
| 878 | }else{ |
| 879 | blob_appendf(&desc, "%d %ss", n, zEType); |
| 880 | } |
| 881 | if( zUser ){ |
| 882 | blob_appendf(&desc, " by user %h", zUser); |
| 883 | tmFlags |= TIMELINE_DISJOINT; |
| 884 | } |
| 885 | if( tagid>0 ){ |
| 886 | blob_appendf(&desc, " tagged with \"%h\"", zTagName); |
| 887 | tmFlags |= TIMELINE_DISJOINT; |
| 888 | } |
| 889 |