Fossil SCM

Links from tag changes on timeline should always unhide. Otherwise click on branch changes to "mistake" gives a strange effect.

jan.nijtmans 2013-12-21 19:58 trunk
Commit b78e07491c59e8e989bbaa7fa115ad7cf36f0ab0
1 file changed +1 -1
+1 -1
--- src/manifest.c
+++ src/manifest.c
@@ -1976,11 +1976,11 @@
19761976
}
19771977
zName = p->aTag[i].zName;
19781978
zValue = p->aTag[i].zValue;
19791979
if( strcmp(zName, "*branch")==0 ){
19801980
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].",
19821982
zValue, zTagUuid, zValue);
19831983
branchMove = 1;
19841984
continue;
19851985
}else if( strcmp(zName, "*bgcolor")==0 ){
19861986
blob_appendf(&comment,
19871987
--- 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

Keyboard Shortcuts

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