Opened 14 years ago
Closed 14 years ago
#420 closed task (fixed)
use same color in blame output as in plots
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | svndigest 0.8 |
Component: | output | Version: | trunk |
Keywords: | Cc: |
Description
AFAICS, this only happens when the color is set by user in config file, not when using default colors. Do we want to use Colors' default palette also in the blame?
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
I think the easiest way to do this is to extend the color struct to also hold the string found in the config file, so that string can propagate to File (who writes the blame output). That implies we need to create the strings also for the default palette. We should probably calculate rather than hard-code the rgb values.
comment:3 Changed 14 years ago by
Owner: | changed from Jari Häkkinen to Peter Johansson |
---|---|
Status: | new → assigned |
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Yes.