Fossil SCM

Replace "prefix" with "phase" in the output of "fossil timeline --full".

danield 2021-01-08 07:23 trunk
Commit 2dbbe1d62204da2db210f9c42c30184a5f0a87e53a33362732060d03a629e17d
1 file changed +1 -1
+1 -1
--- src/timeline.c
+++ src/timeline.c
@@ -3207,11 +3207,11 @@
32073207
if( find_option("oneline",0,0)!= 0 || fossil_strcmp(zFormat,"oneline")==0 )
32083208
zFormat = "%h %c";
32093209
if( find_option("medium",0,0)!= 0 || fossil_strcmp(zFormat,"medium")==0 )
32103210
zFormat = "Commit: %h%nDate: %d%nAuthor: %a%nComment: %c";
32113211
if( find_option("full",0,0)!= 0 || fossil_strcmp(zFormat,"full")==0 )
3212
- zFormat = "Commit: %H%nDate: %d%nAuthor: %a%nComment: %c%nBranch: %b%nTags: %t%nPrefix: %p";
3212
+ zFormat = "Commit: %H%nDate: %d%nAuthor: %a%nComment: %c%nBranch: %b%nTags: %t%nPhase: %p";
32133213
showSql = find_option("sql",0,0)!=0;
32143214
32153215
if( !zLimit ){
32163216
zLimit = find_option("count",0,1);
32173217
}
32183218
--- src/timeline.c
+++ src/timeline.c
@@ -3207,11 +3207,11 @@
3207 if( find_option("oneline",0,0)!= 0 || fossil_strcmp(zFormat,"oneline")==0 )
3208 zFormat = "%h %c";
3209 if( find_option("medium",0,0)!= 0 || fossil_strcmp(zFormat,"medium")==0 )
3210 zFormat = "Commit: %h%nDate: %d%nAuthor: %a%nComment: %c";
3211 if( find_option("full",0,0)!= 0 || fossil_strcmp(zFormat,"full")==0 )
3212 zFormat = "Commit: %H%nDate: %d%nAuthor: %a%nComment: %c%nBranch: %b%nTags: %t%nPrefix: %p";
3213 showSql = find_option("sql",0,0)!=0;
3214
3215 if( !zLimit ){
3216 zLimit = find_option("count",0,1);
3217 }
3218
--- src/timeline.c
+++ src/timeline.c
@@ -3207,11 +3207,11 @@
3207 if( find_option("oneline",0,0)!= 0 || fossil_strcmp(zFormat,"oneline")==0 )
3208 zFormat = "%h %c";
3209 if( find_option("medium",0,0)!= 0 || fossil_strcmp(zFormat,"medium")==0 )
3210 zFormat = "Commit: %h%nDate: %d%nAuthor: %a%nComment: %c";
3211 if( find_option("full",0,0)!= 0 || fossil_strcmp(zFormat,"full")==0 )
3212 zFormat = "Commit: %H%nDate: %d%nAuthor: %a%nComment: %c%nBranch: %b%nTags: %t%nPhase: %p";
3213 showSql = find_option("sql",0,0)!=0;
3214
3215 if( !zLimit ){
3216 zLimit = find_option("count",0,1);
3217 }
3218

Keyboard Shortcuts

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