Fossil SCM
This should be encoded for URL/HTTP not HTML to avoid broken URLs when symbolic tags have spaces, ampersands, and other things that need proper escaping.
Commit
25c0da012643dd6d3e677f5548e6a77873c9185efccbf3851c565eb8a0839212
Parent
b2ace8830ab16a3…
1 file changed
+1
-1
+1
-1
| --- src/manifest.c | ||
| +++ src/manifest.c | ||
| @@ -2734,11 +2734,11 @@ | ||
| 2734 | 2734 | } |
| 2735 | 2735 | zName = p->aTag[i].zName; |
| 2736 | 2736 | zValue = p->aTag[i].zValue; |
| 2737 | 2737 | if( strcmp(zName, "*branch")==0 ){ |
| 2738 | 2738 | 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].", | |
| 2740 | 2740 | zValue, zTagUuid, zValue); |
| 2741 | 2741 | branchMove = 1; |
| 2742 | 2742 | continue; |
| 2743 | 2743 | }else if( strcmp(zName, "*bgcolor")==0 ){ |
| 2744 | 2744 | blob_appendf(&comment, |
| 2745 | 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=%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 |