Hi, In the Changeset pages, we're currently displaying a hint about the amount of changes for each file entry by showing the "(n diffs)" information, n being the number of chunks.
There are a few issues with this: - first it's badly named, as it's really the number of chunks not the number of diffs - that number of chunks will actually vary depending on the diff context size (i.e. the number of lines shown around each change) - it's a bad measure anyway, as one can have lots of little chunks or a few big chunks; it's not really indicative of the amount of changes So I think we should show the diffstat information instead: "( - d, + a lines)", with d = number of lines deleted, a = number of lines added. I believe this will not incur any significant overhead. What do you think? -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
