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 2012/03/19 13:46:43 UTC

svn commit: r1302399 - /subversion/trunk/subversion/libsvn_fs_fs/tree.c

Author: danielsh
Date: Mon Mar 19 12:46:42 2012
New Revision: 1302399

URL: http://svn.apache.org/viewvc?rev=1302399&view=rev
Log:
* subversion/libsvn_fs_fs/tree.c
  (update_ancestry): Add docstring.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/tree.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/tree.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/tree.c?rev=1302399&r1=1302398&r2=1302399&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/tree.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/tree.c Mon Mar 19 12:46:42 2012
@@ -1142,6 +1142,8 @@ get_root(dag_node_t **node, svn_fs_root_
 }
 
 
+/* Teach node-revision TARGET_ID that node-revision SOURCE_ID is its
+   predecessor.  TARGET_PATH is used for error messages only. */
 static svn_error_t *
 update_ancestry(svn_fs_t *fs,
                 const svn_fs_id_t *source_id,