Fossil SCM
Links from tag changes on timeline should always unhide. Otherwise click on branch changes to "mistake" gives a strange effect.
Commit
b78e07491c59e8e989bbaa7fa115ad7cf36f0ab0
Parent
b186830fa0a744b…
1 file changed
+1
-1
+1
-1
| --- src/manifest.c | ||
| +++ src/manifest.c | ||
| @@ -1976,11 +1976,11 @@ | ||
| 1976 | 1976 | } |
| 1977 | 1977 | zName = p->aTag[i].zName; |
| 1978 | 1978 | zValue = p->aTag[i].zValue; |
| 1979 | 1979 | if( strcmp(zName, "*branch")==0 ){ |
| 1980 | 1980 | blob_appendf(&comment, |
| 1981 | - " Move to branch [/timeline?r=%h&nd&dp=%S | %h].", | |
| 1981 | + " Move to branch [/timeline?r=%h&nd&dp=%S&unhide | %h].", | |
| 1982 | 1982 | zValue, zTagUuid, zValue); |
| 1983 | 1983 | branchMove = 1; |
| 1984 | 1984 | continue; |
| 1985 | 1985 | }else if( strcmp(zName, "*bgcolor")==0 ){ |
| 1986 | 1986 | blob_appendf(&comment, |
| 1987 | 1987 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -1976,11 +1976,11 @@ | |
| 1976 | } |
| 1977 | zName = p->aTag[i].zName; |
| 1978 | zValue = p->aTag[i].zValue; |
| 1979 | if( strcmp(zName, "*branch")==0 ){ |
| 1980 | blob_appendf(&comment, |
| 1981 | " Move to branch [/timeline?r=%h&nd&dp=%S | %h].", |
| 1982 | zValue, zTagUuid, zValue); |
| 1983 | branchMove = 1; |
| 1984 | continue; |
| 1985 | }else if( strcmp(zName, "*bgcolor")==0 ){ |
| 1986 | blob_appendf(&comment, |
| 1987 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -1976,11 +1976,11 @@ | |
| 1976 | } |
| 1977 | zName = p->aTag[i].zName; |
| 1978 | zValue = p->aTag[i].zValue; |
| 1979 | if( strcmp(zName, "*branch")==0 ){ |
| 1980 | blob_appendf(&comment, |
| 1981 | " Move to branch [/timeline?r=%h&nd&dp=%S&unhide | %h].", |
| 1982 | zValue, zTagUuid, zValue); |
| 1983 | branchMove = 1; |
| 1984 | continue; |
| 1985 | }else if( strcmp(zName, "*bgcolor")==0 ){ |
| 1986 | blob_appendf(&comment, |
| 1987 |