You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2018/09/12 16:35:56 UTC

svn commit: r1840721 - /subversion/trunk/CHANGES

Author: julianfoad
Date: Wed Sep 12 16:35:56 2018
New Revision: 1840721

URL: http://svn.apache.org/viewvc?rev=1840721&view=rev
Log:
* CHANGES: wording tweak to avoid a cryptic reference to 'YCA'.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1840721&r1=1840720&r2=1840721&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Wed Sep 12 16:35:56 2018
@@ -18,7 +18,7 @@ http://svn.apache.org/repos/asf/subversi
   - Client-side bugfixes:
     * Fix a crash in a repo:WC summary diff of a local copy (r1835218)
     * Fix double diff headers (r1836746)
-    * Tree conflict resolver: avoid endless scan when no known YCA (r1839662)
+    * Tree conflict resolver: avoid endless scan in some cases (r1839662)
 
   - Server-side bugfixes:
     * svnadmin dump shouldn't canonicalize svn:date (issue #4767)