Fossil SCM

More compact display of the graph for the "family" of a particular checkin.

drh 2013-02-14 21:15 trunk
Commit 27dfe95d176457865c0404e3cef8679e21fe13a5
1 file changed +1
--- src/timeline.c
+++ src/timeline.c
@@ -1140,10 +1140,11 @@
11401140
db_multi_exec("%s", blob_str(&sql));
11411141
if( useDividers ) timeline_add_dividers(0, f_rid);
11421142
blob_appendf(&desc, "Parents and children of check-in ");
11431143
zUuid = db_text("", "SELECT uuid FROM blob WHERE rid=%d", f_rid);
11441144
blob_appendf(&desc, "%z[%.10s]</a>", href("%R/info/%s", zUuid), zUuid);
1145
+ tmFlags |= TIMELINE_DISJOINT;
11451146
}else{
11461147
/* Otherwise, a timeline based on a span of time */
11471148
int n;
11481149
const char *zEType = "timeline item";
11491150
char *zDate;
11501151
--- 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

Keyboard Shortcuts

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