On Mon, 2006-07-31 at 16:45 -0400, Christopher Taylor wrote: > Hello all, > > I wanted to make sure my understandiing of Trac's html changset diff > is accurate. > > It looks like most of what I would need to do to implement a > multi-changeset diff (a straight diff from revision A to revision B, > ignoring all changes in between), would be to implement somethign > like what's already in place for _render_html, _render_diff and > _render_zip but against specific revisions as opposed to a changeset. > > Is my undertanding correct, or am I missing something?
If I understand what you're asking for this is already implemented in the trunk. You can try it out for yourself by going to http://trac.edgewall.org/browser/trunk and clicking the "View Changes" button at the bottom. However, I'm not sure what you mean by "ignoring all changes in between". The diff between A and B would necessarily include all changes in between. Unless you are concerned about needing to read each changeset incrementally to build the final diff, which is not necessary. -- Matthew Good <[EMAIL PROTECTED]> _______________________________________________ Trac-dev mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac-dev
