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/14 12:11:32 UTC

svn commit: r1708574 - /subversion/branches/move-tracking-2/subversion/libsvn_delta/branch.c

Author: julianfoad
Date: Wed Oct 14 10:11:32 2015
New Revision: 1708574

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

* subversion/libsvn_delta/branch.c
  (branch_map_set): Update the doc string.

Modified:
    subversion/branches/move-tracking-2/subversion/libsvn_delta/branch.c

Modified: subversion/branches/move-tracking-2/subversion/libsvn_delta/branch.c
URL: http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/libsvn_delta/branch.c?rev=1708574&r1=1708573&r2=1708574&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/subversion/libsvn_delta/branch.c (original)
+++ subversion/branches/move-tracking-2/subversion/libsvn_delta/branch.c Wed Oct 14 10:11:32 2015
@@ -450,8 +450,7 @@ svn_branch_get_element(const svn_branch_
 
 /* In BRANCH, set element EID to ELEMENT.
  *
- * If ELEMENT is null, delete element EID. Otherwise, ELEMENT->payload may be
- * null meaning it is a subbranch-root.
+ * If ELEMENT is null, delete element EID.
  *
  * Assume ELEMENT is already allocated with sufficient lifetime.
  */