Differences From:
File
src/timeline.c
part of check-in
[2db88ec639]
- Timeline and Leaves on TTY now marks with *...* (vs ...) you current working revision
by
jnc on
2007-09-25 01:02:25.
[view]
To:
File
src/timeline.c
part of check-in
[6f9c0e4a1e]
- After looking at it a bit, mjanssen and I decided <...> looks better than *...* for marking the current checkout
by
jnc on
2007-09-25 01:25:32.
[view]
@@ -420,9 +420,9 @@
char *zFree = 0;
char zUuid[UUID_SIZE+1];
if( strcmp(zCurrentUuid, zId)==0 ){
- delims = "**";
+ delims = "<>";
}else{
delims = "[]";
}