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 2022/03/18 01:27:00 UTC

svn propchange: r1899012 - svn:log

Author: danielsh
Revision: 1899012
Modified property: svn:log

Modified: svn:log at Fri Mar 18 01:27:00 2022
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Mar 18 01:27:00 2022
@@ -4,10 +4,11 @@ Needed for SVN-4890 as well as for upgra
 and upgrade_1_0_with_externals() (see r1899011).
 
 * subversion/tests/cmdline/svntest/sandbox.py
-  (read_wc_format): Rename to..
-  (_wc_format_of): .. this new staticmethod.  Change signature.
-  (read_wc_formats): New.
+  (Sandbox.read_wc_format): Rename to..
+  (Sandbox._wc_format_of): .. this new staticmethod.  Change signature.
+  (Sandbox.read_wc_formats): New.
     Handles all .svn dirs rather than just the top-level one.
+    The os.walk() loop is essentially restored from r1898536.
 
 * subversion/tests/cmdline/upgrade_tests.py
   (check_format): Update caller.