[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] "Show diffences" when selecting multiple revisions in the log dialog

From: Tobias Schäfer <tobiasschaefer_at_gmx.de>
Date: 2006-11-08 22:37:21 CET

hi,

the following patch fixes two bugs which occur if multiple revisions are
selected in the log dialog

1. If two revisions are selected "Show diffences" uses the two selected
revision numbers. Correct would be one revision below the lower revision
number.
2. if more than two revisions are selected no more than two selected
revisions are used to calculate the revision range.

Both bugs are fixed in this patch. I intend to commit them in two revisions
and merge it into 1.4.x.

Please review: Is that min(...) I introduced really needed or are the
revision numbers always decreasing while iterating. In this case the
min(...) could be removed.

Should I wait for my commit after 1.4.1 is released?

Tobias

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

Received on Wed Nov 8 22:37:52 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.