Fossil SCM

Fix encoding of hyperlinks synthesized by the manifest parser.

drh 2025-09-10 10:49 trunk merge
Commit 55e9a2ff097a7b36700199724eb49128d591898a40c76735da900bed42c05918
1 file changed +1 -1
+1 -1
--- src/manifest.c
+++ src/manifest.c
@@ -2734,11 +2734,11 @@
27342734
}
27352735
zName = p->aTag[i].zName;
27362736
zValue = p->aTag[i].zValue;
27372737
if( strcmp(zName, "*branch")==0 ){
27382738
blob_appendf(&comment,
2739
- " Move to branch [/timeline?r=%h&nd&dp=%!S&unhide | %h].",
2739
+ " Move to branch [/timeline?r=%t&nd&dp=%!S&unhide | %h].",
27402740
zValue, zTagUuid, zValue);
27412741
branchMove = 1;
27422742
continue;
27432743
}else if( strcmp(zName, "*bgcolor")==0 ){
27442744
blob_appendf(&comment,
27452745
--- src/manifest.c
+++ src/manifest.c
@@ -2734,11 +2734,11 @@
2734 }
2735 zName = p->aTag[i].zName;
2736 zValue = p->aTag[i].zValue;
2737 if( strcmp(zName, "*branch")==0 ){
2738 blob_appendf(&comment,
2739 " Move to branch [/timeline?r=%h&nd&dp=%!S&unhide | %h].",
2740 zValue, zTagUuid, zValue);
2741 branchMove = 1;
2742 continue;
2743 }else if( strcmp(zName, "*bgcolor")==0 ){
2744 blob_appendf(&comment,
2745
--- src/manifest.c
+++ src/manifest.c
@@ -2734,11 +2734,11 @@
2734 }
2735 zName = p->aTag[i].zName;
2736 zValue = p->aTag[i].zValue;
2737 if( strcmp(zName, "*branch")==0 ){
2738 blob_appendf(&comment,
2739 " Move to branch [/timeline?r=%t&nd&dp=%!S&unhide | %h].",
2740 zValue, zTagUuid, zValue);
2741 branchMove = 1;
2742 continue;
2743 }else if( strcmp(zName, "*bgcolor")==0 ){
2744 blob_appendf(&comment,
2745

Keyboard Shortcuts

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