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 2014/12/28 00:14:05 UTC

svn propchange: r1648124 - svn:log

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

Modified: svn:log at Sat Dec 27 23:14:05 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Dec 27 23:14:05 2014
@@ -22,10 +22,16 @@ disk accesses.
   (svn_fs_x__id_create): Replace the node-ID with a context object.
 
 * subversion/libsvn_fs_x/fs_id.c
-  (fs_x__id_t): 
-  (id_unparse): 
-  (id_compare): Request data from the 
-  (svn_fs_x__id_create_context):
+  (fs_x__id_t): Update & document.
+  (svn_fs_x__id_context_t): Define & document its state machine.
+  (owner_cleanup,
+   fs_cleanup,
+   get_fs,
+   get_aux_pool,
+   get_noderev): New context management functions.
+  (id_unparse): There is only one element to unparse now.
+  (id_compare): Read the node-IDs from the repo.
+  (svn_fs_x__id_create_context): New.
   (svn_fs_x__id_create): Update constructor.
 
 * subversion/libsvn_fs_x/dag.c