You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2015/10/13 16:47:24 UTC

svn commit: r1708418 - /subversion/branches/move-tracking-2/subversion/include/private/svn_branch.h

Author: julianfoad
Date: Tue Oct 13 14:47:23 2015
New Revision: 1708418

URL: http://svn.apache.org/viewvc?rev=1708418&view=rev
Log:
On the 'move-tracking-2' branch: Update a comment following r1707086.

* subversion/include/private/svn_branch.h
  (svn_branch_el_rev_content_t): Update a comment.

Modified:
    subversion/branches/move-tracking-2/subversion/include/private/svn_branch.h

Modified: subversion/branches/move-tracking-2/subversion/include/private/svn_branch.h
URL: http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/include/private/svn_branch.h?rev=1708418&r1=1708417&r2=1708418&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/subversion/include/private/svn_branch.h (original)
+++ subversion/branches/move-tracking-2/subversion/include/private/svn_branch.h Tue Oct 13 14:47:23 2015
@@ -452,8 +452,7 @@ typedef struct svn_branch_el_rev_content
   /* struct svn_branch_element_t *parent_element; */
   /* element name, or "" for root element; never null */
   const char *name;
-  /* payload (kind, props, text, ...);
-   * null if this is a subbranch root element */
+  /* payload (kind, props, text, ...) */
   svn_element_payload_t *payload;
 
 } svn_branch_el_rev_content_t;