Fossil SCM
Replace "prefix" with "phase" in the output of "fossil timeline --full".
Commit
2dbbe1d62204da2db210f9c42c30184a5f0a87e53a33362732060d03a629e17d
Parent
c4179f454b5cd68…
1 file changed
+1
-1
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -3207,11 +3207,11 @@ | ||
| 3207 | 3207 | if( find_option("oneline",0,0)!= 0 || fossil_strcmp(zFormat,"oneline")==0 ) |
| 3208 | 3208 | zFormat = "%h %c"; |
| 3209 | 3209 | if( find_option("medium",0,0)!= 0 || fossil_strcmp(zFormat,"medium")==0 ) |
| 3210 | 3210 | zFormat = "Commit: %h%nDate: %d%nAuthor: %a%nComment: %c"; |
| 3211 | 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"; | |
| 3212 | + zFormat = "Commit: %H%nDate: %d%nAuthor: %a%nComment: %c%nBranch: %b%nTags: %t%nPhase: %p"; | |
| 3213 | 3213 | showSql = find_option("sql",0,0)!=0; |
| 3214 | 3214 | |
| 3215 | 3215 | if( !zLimit ){ |
| 3216 | 3216 | zLimit = find_option("count",0,1); |
| 3217 | 3217 | } |
| 3218 | 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%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 |