You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2012/12/31 19:09:58 UTC

svn propchange: r1427197 - svn:log

Author: rhuijben
Revision: 1427197
Modified property: svn:log

Modified: svn:log at Mon Dec 31 18:09:58 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Dec 31 18:09:58 2012
@@ -1,5 +1,5 @@
 Resolve an issue in the indentical suffix detector of the diff library where
-the last character is CR should have been reset.
+the last character is CR should have been reset. (Part of issue #4270)
 
 Avoid a delta variable update by adding code to break both loops at once.
 Before this patch the next outer loop would increase delta and then break.