You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2010/11/04 04:49:50 UTC

svn commit: r1030827 - /subversion/branches/performance/STATUS

Author: danielsh
Date: Thu Nov  4 03:49:50 2010
New Revision: 1030827

URL: http://svn.apache.org/viewvc?rev=1030827&view=rev
Log:
* STATUS: Add r1030763 to the r986453 group.

Modified:
    subversion/branches/performance/STATUS

Modified: subversion/branches/performance/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/performance/STATUS?rev=1030827&r1=1030826&r2=1030827&view=diff
==============================================================================
--- subversion/branches/performance/STATUS (original)
+++ subversion/branches/performance/STATUS Thu Nov  4 03:49:50 2010
@@ -2,14 +2,14 @@ Please review the following patches in t
 They will be merged into /trunk after passing the review.
 
 
-* r986453, r1029092, r1029335
+* r986453, r1029092, r1029335, r1030763
  An even larger change: Speed up file translation by further optimizing
  the search for "interesting chars" and replacing EOLs only if they
  have actually changed (allowing for larger chunks of data per write
  output operation). The third patch fixes a svn_tristate_t comparison
  issue.
  Note:
-   r1029092 is a docstring change.
+   r1029092 and r1030763 are docstring changes.
  Justification:
    Apart from the physical I/O and the MD5 translation, this is the
    most CPU-demanding part of an svn export. This patch more than