Fossil SCM

Show a path timeline without extraneous decoration.

drh 2011-03-09 22:56 trunk
Commit d37c6a4bc182ecfb2bf3755baf0431f191ac0768
1 file changed +1 -1
+1 -1
--- src/timeline.c
+++ src/timeline.c
@@ -824,12 +824,12 @@
824824
if( g.okHistory ){
825825
blob_appendf(&desc, "<a href='%s/info/%h'>[%h]</a>.", g.zTop, z, z);
826826
}else{
827827
blob_appendf(&desc, "[%h].", z);
828828
}
829
+ tmFlags |= TIMELINE_DISJOINT;
829830
db_multi_exec("%s", blob_str(&sql));
830
-
831831
}else if( (p_rid || d_rid) && g.okRead ){
832832
/* If p= or d= is present, ignore all other parameters other than n= */
833833
char *zUuid;
834834
int np, nd;
835835
836836
--- src/timeline.c
+++ src/timeline.c
@@ -824,12 +824,12 @@
824 if( g.okHistory ){
825 blob_appendf(&desc, "<a href='%s/info/%h'>[%h]</a>.", g.zTop, z, z);
826 }else{
827 blob_appendf(&desc, "[%h].", z);
828 }
 
829 db_multi_exec("%s", blob_str(&sql));
830
831 }else if( (p_rid || d_rid) && g.okRead ){
832 /* If p= or d= is present, ignore all other parameters other than n= */
833 char *zUuid;
834 int np, nd;
835
836
--- src/timeline.c
+++ src/timeline.c
@@ -824,12 +824,12 @@
824 if( g.okHistory ){
825 blob_appendf(&desc, "<a href='%s/info/%h'>[%h]</a>.", g.zTop, z, z);
826 }else{
827 blob_appendf(&desc, "[%h].", z);
828 }
829 tmFlags |= TIMELINE_DISJOINT;
830 db_multi_exec("%s", blob_str(&sql));
 
831 }else if( (p_rid || d_rid) && g.okRead ){
832 /* If p= or d= is present, ignore all other parameters other than n= */
833 char *zUuid;
834 int np, nd;
835
836

Keyboard Shortcuts

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