Fossil SCM
More compact display of the graph for the "family" of a particular checkin.
Commit
27dfe95d176457865c0404e3cef8679e21fe13a5
Parent
a4f6e88411996e2…
1 file changed
+1
+1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1140,10 +1140,11 @@ | ||
| 1140 | 1140 | db_multi_exec("%s", blob_str(&sql)); |
| 1141 | 1141 | if( useDividers ) timeline_add_dividers(0, f_rid); |
| 1142 | 1142 | blob_appendf(&desc, "Parents and children of check-in "); |
| 1143 | 1143 | zUuid = db_text("", "SELECT uuid FROM blob WHERE rid=%d", f_rid); |
| 1144 | 1144 | blob_appendf(&desc, "%z[%.10s]</a>", href("%R/info/%s", zUuid), zUuid); |
| 1145 | + tmFlags |= TIMELINE_DISJOINT; | |
| 1145 | 1146 | }else{ |
| 1146 | 1147 | /* Otherwise, a timeline based on a span of time */ |
| 1147 | 1148 | int n; |
| 1148 | 1149 | const char *zEType = "timeline item"; |
| 1149 | 1150 | char *zDate; |
| 1150 | 1151 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1140,10 +1140,11 @@ | |
| 1140 | db_multi_exec("%s", blob_str(&sql)); |
| 1141 | if( useDividers ) timeline_add_dividers(0, f_rid); |
| 1142 | blob_appendf(&desc, "Parents and children of check-in "); |
| 1143 | zUuid = db_text("", "SELECT uuid FROM blob WHERE rid=%d", f_rid); |
| 1144 | blob_appendf(&desc, "%z[%.10s]</a>", href("%R/info/%s", zUuid), zUuid); |
| 1145 | }else{ |
| 1146 | /* Otherwise, a timeline based on a span of time */ |
| 1147 | int n; |
| 1148 | const char *zEType = "timeline item"; |
| 1149 | char *zDate; |
| 1150 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1140,10 +1140,11 @@ | |
| 1140 | db_multi_exec("%s", blob_str(&sql)); |
| 1141 | if( useDividers ) timeline_add_dividers(0, f_rid); |
| 1142 | blob_appendf(&desc, "Parents and children of check-in "); |
| 1143 | zUuid = db_text("", "SELECT uuid FROM blob WHERE rid=%d", f_rid); |
| 1144 | blob_appendf(&desc, "%z[%.10s]</a>", href("%R/info/%s", zUuid), zUuid); |
| 1145 | tmFlags |= TIMELINE_DISJOINT; |
| 1146 | }else{ |
| 1147 | /* Otherwise, a timeline based on a span of time */ |
| 1148 | int n; |
| 1149 | const char *zEType = "timeline item"; |
| 1150 | char *zDate; |
| 1151 |