On Tuesday, October 17, 2017 at 3:44:21 PM UTC+2, László Milu wrote: > > Bug found in version 1.9.7 (and earlier versions up to 1.8.0 also.) > > Simple example to reproduce the bug: > - preparations: > You have at least 3 revisions affecting the same file named: rev1, rev2 > and rev3 (order of revisions is important, rev1 being first, rev3 being > last revision). > > 1) Click on Show log > 2) Select only revision rev1 and rev3 > 3) Click on Show changes > > - expectation: > You would only see the changes to that file made in rev1 and rev3, > modifications of rev2 should not show up. >
how would that even work? Imagine one line that got changed in r1, r2 and r3: r1 : #this is a normal line r2 : #this is another normal line r3 : #this is another line what would you show now as the diff between r1 and r3 but not r2? That doesn't make any sense. If you select r1 and r3, you get the diff between r1 and r3, that includes all the changes in between. Anything else doesn't make sense. If you still think this would make sense, imagine a diff between r1 and r5000 without showing all diffs between r2-r4999... Stefan -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/6ab04767-07a3-4e33-8b1b-762aab08cbac%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
