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 2015/10/03 20:18:41 UTC

svn propchange: r1706615 - svn:log

Author: stefan2
Revision: 1706615
Modified property: svn:log

Modified: svn:log at Sat Oct  3 18:18:41 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Oct  3 18:18:41 2015
@@ -5,12 +5,10 @@ not be needed when exporting file / dire
 future revisions.  Since these noderevs would be dead weight amongst the
 reps, exclude those noderevs and put them at the end of the pack file.
 
+Tests have been updated in a follow-up commit.
+
 * subversion/libsvn_fs_fs/pack.c
   (path_order_t): Add a flag to indicate HEAD nodes.
   (classify_nodes): New function setting that flag.
   (sort_reps): Invoke the new function.
   (copy_reps_from_temp): Delay the placement of non-HEAD noderevs.
-
-* subversion/tests/cmdline/svnfsfs_tests.py
-  (load_index_sharded): Update the test to always produce the desired
-                        input data ordering.