I'm curious if the TracChangeset module (or any other one) supports the following:
I want to view ONLY a summary of the files modified between two changesets, and not the actual diffs for each file. (i.e. just the Files list at the top of a changeset, not the diffs below) * Calculating all the diffs can take a LOOOOOOOONG time * This can be accomplished on the command line with svn diff using the --summarize flag. * Being able to do this in trac has some obvious advantages (visual!) * Can identify changed files first, then view the diffs if I want I want to be able to filter the changes I see by type (toggle on/off), e.g. * Hide prop changes * Hide adds/deletions And obviously being able to request these things from TracRevisionLog would be ideal. (Visual!) I didn't see anything about this sort of capability in the documentation or in an existing plug-in on T-H.org :-\ -- You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en.
