Fossil SCM
After looking at it a bit, mjanssen and I decided <...> looks better than *...* for marking the current checkout
Commit
6f9c0e4a1e68fa2e417d6aa0f48181454250819f
Parent
2db88ec63945e29…
1 file changed
+1
-1
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -419,11 +419,11 @@ | ||
| 419 | 419 | int nParent = db_column_int(q, 5); |
| 420 | 420 | char *zFree = 0; |
| 421 | 421 | char zUuid[UUID_SIZE+1]; |
| 422 | 422 | |
| 423 | 423 | if( strcmp(zCurrentUuid, zId)==0 ){ |
| 424 | - delims = "**"; | |
| 424 | + delims = "<>"; | |
| 425 | 425 | }else{ |
| 426 | 426 | delims = "[]"; |
| 427 | 427 | } |
| 428 | 428 | |
| 429 | 429 | sprintf(zUuid, "%.10s", zId); |
| 430 | 430 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -419,11 +419,11 @@ | |
| 419 | int nParent = db_column_int(q, 5); |
| 420 | char *zFree = 0; |
| 421 | char zUuid[UUID_SIZE+1]; |
| 422 | |
| 423 | if( strcmp(zCurrentUuid, zId)==0 ){ |
| 424 | delims = "**"; |
| 425 | }else{ |
| 426 | delims = "[]"; |
| 427 | } |
| 428 | |
| 429 | sprintf(zUuid, "%.10s", zId); |
| 430 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -419,11 +419,11 @@ | |
| 419 | int nParent = db_column_int(q, 5); |
| 420 | char *zFree = 0; |
| 421 | char zUuid[UUID_SIZE+1]; |
| 422 | |
| 423 | if( strcmp(zCurrentUuid, zId)==0 ){ |
| 424 | delims = "<>"; |
| 425 | }else{ |
| 426 | delims = "[]"; |
| 427 | } |
| 428 | |
| 429 | sprintf(zUuid, "%.10s", zId); |
| 430 |