Opened 16 years ago
Closed 16 years ago
#200 closed task (fixed)
Colour shading of svn blame to show line age
Reported by: | Jari Häkkinen | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | output | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Stolen from trac ticket http://trac.edgewall.org/ticket/629#comment:28
Not a requirement, but a "would be nice" feature for blame: in Emacs, the blame ("annotate") mode colors source lines by their age. Old lines are blue, new are bright red, and so on. This way the recent changes stand out nicely. I would suggest doing this only for the rev numbers or dates columns in the blame output in trac, since the source lines already have their own syntax colorization. Done so in r4484, looks great, thanks for the suggestion!
Change History (8)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Milestone: | → 0.6 |
---|
comment:4 Changed 16 years ago by
comment:5 Changed 16 years ago by
Status: | new → assigned |
---|
comment:6 Changed 16 years ago by
ERROR in r395: The log used to find first and last revision date is a log on the single file. We should use a log on the tree.
comment:8 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I could imagine that will look great. A question though: Is age measured in revsions or in days, or is it the same as for the plots (option --revisions)???