Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
3 check-ins using file src/checkin.c version 0bfe976e4b
|
2012-04-22
| ||
| 09:56 | Fix a comment in my previous commit. check-in: 515e7fa0c8 user: viriketo tags: annotate_links | |
| 09:50 | I change the branch colour algorithm, for another one I can understand better. No HSV magic; simply few combinations of RGB values based on hash. This algorithm should give either different or equal colours, and not similar colours. This way I think the hash differences are more likely to give different colours. I had the feeling that we were getting too often too similar colours for our branches, but I can't prove that mathematically. check-in: 243d99d128 user: viriketo tags: annotate_links | |
|
2012-04-05
| ||
| 14:31 | Made 'fossil commit' detect if the editor changed the file. If the editor did not change the file, ask confirmation, as if it was an empty comment. I think svn behaves this way. check-in: d2a733beda user: viriketo tags: annotate_links | |