Author: philip
Date: Wed Jan 27 13:23:08 2016
New Revision: 1727040

URL: http://svn.apache.org/viewvc?rev=1727040&view=rev
Log:
* subversion/libsvn_fs_fs/fs.h
  (struct node_revision_t): Followup to r1727028, update comment.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/fs.h

Modified: subversion/trunk/subversion/libsvn_fs_fs/fs.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/fs.h?rev=1727040&r1=1727039&r2=1727040&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/fs.h (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/fs.h Wed Jan 27 13:23:08 2016
@@ -582,8 +582,8 @@ typedef struct node_revision_t
   svn_revnum_t copyroot_rev;
   const char *copyroot_path;
 
-  /* number of predecessors this node revision has (recursively), or
-     -1 if not known (for backward compatibility). */
+  /* Number of predecessors this node revision has (recursively).
+     A difference from the BDB backend is that it cannot be -1. */
   int predecessor_count;
 
   /* representation key for this node's properties.  may be NULL if


Reply via email to