Fossil SCM

Use ascii "self" instead of chinese "自", since some users do not have han fonts installed.

drh 2025-10-20 10:31 timeline-enhance-2025
Commit ff94437a7cac7e71940bd16df5ec3e7ddd93271b48f67cf8386b506a40b2538d
1 file changed +2 -2
+2 -2
--- src/timeline.c
+++ src/timeline.c
@@ -212,12 +212,12 @@
212212
}
213213
if( strcmp(zUuid, MANIFEST_UUID)==0 ){
214214
/* This will only ever happen when Fossil is drawing a timeline for
215215
** its own self-host repository. If the timeline shows the specific
216216
** check-in corresponding to the current executable, then tag that
217
- ** check-in with "自" (Simplified Chinese for "self"). */
218
- zPrefix = "自 ";
217
+ ** check-in with "self" */
218
+ zPrefix = "self ";
219219
}else if( markLeaves && db_column_int(pQuery,5) ){
220220
if( markLeaves==1 ){
221221
zPrefix = has_closed_tag(rid) ? "closed " : "leaf ";
222222
}else{
223223
zPrefix = has_closed_tag(rid) ?
224224
--- src/timeline.c
+++ src/timeline.c
@@ -212,12 +212,12 @@
212 }
213 if( strcmp(zUuid, MANIFEST_UUID)==0 ){
214 /* This will only ever happen when Fossil is drawing a timeline for
215 ** its own self-host repository. If the timeline shows the specific
216 ** check-in corresponding to the current executable, then tag that
217 ** check-in with "自" (Simplified Chinese for "self"). */
218 zPrefix = "自 ";
219 }else if( markLeaves && db_column_int(pQuery,5) ){
220 if( markLeaves==1 ){
221 zPrefix = has_closed_tag(rid) ? "closed " : "leaf ";
222 }else{
223 zPrefix = has_closed_tag(rid) ?
224
--- src/timeline.c
+++ src/timeline.c
@@ -212,12 +212,12 @@
212 }
213 if( strcmp(zUuid, MANIFEST_UUID)==0 ){
214 /* This will only ever happen when Fossil is drawing a timeline for
215 ** its own self-host repository. If the timeline shows the specific
216 ** check-in corresponding to the current executable, then tag that
217 ** check-in with "self" */
218 zPrefix = "self ";
219 }else if( markLeaves && db_column_int(pQuery,5) ){
220 if( markLeaves==1 ){
221 zPrefix = has_closed_tag(rid) ? "closed " : "leaf ";
222 }else{
223 zPrefix = has_closed_tag(rid) ?
224

Keyboard Shortcuts

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