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

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

Author: stsp
Date: Thu Nov  4 20:06:00 2010
New Revision: 1031203

URL: http://svn.apache.org/viewvc?rev=1031203&view=rev
Log:
On the performance branch:
* STATUS: Remove r1029042 entry, merged to trunk in r1031202.

Modified:
    subversion/branches/performance/STATUS

Modified: subversion/branches/performance/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/performance/STATUS?rev=1031203&r1=1031202&r2=1031203&view=diff
==============================================================================
--- subversion/branches/performance/STATUS (original)
+++ subversion/branches/performance/STATUS Thu Nov  4 20:06:00 2010
@@ -16,9 +16,3 @@ They will be merged into /trunk after pa
    doubles its performance. It should also speed up svn checkout by
    the same amount (not factor) of time.
  
-* r1029042
- Where possible, don't use svn_stringbuf_appendbyte to copy strings; 
- use svn_stringbuf_appendbytes instead.
- Justification:
-   Low risk change to speed up parsing diffs.
-