Check-in [6f9c0e4a1e]
Not logged in
Overview

SHA1 Hash:6f9c0e4a1e68fa2e417d6aa0f48181454250819f
Date: 2007-09-25 01:25:32
User: jnc
Comment:After looking at it a bit, mjanssen and I decided <...> looks better than *...* for marking the current checkout
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/timeline.c from [d7ec196da1] to [b24fc763be].

@@ -419,11 +419,11 @@
     int nParent = db_column_int(q, 5);
     char *zFree = 0;
     char zUuid[UUID_SIZE+1];
 
     if( strcmp(zCurrentUuid, zId)==0 ){
-      delims = "**";
+      delims = "<>";
     }else{
       delims = "[]";
     }
 
     sprintf(zUuid, "%.10s", zId);