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 11:30:22 UTC

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

Author: julianfoad
Date: Wed Oct 14 09:30:21 2015
New Revision: 1708569

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

* subversion/include/private/svn_branch.h
  (svn_branch_add_new_branch): Update the doc string.

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=1708569&r1=1708568&r2=1708569&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 Wed Oct 14 09:30:21 2015
@@ -304,16 +304,11 @@ svn_branch_id_unnest(const char **outer_
                      const char *bid,
                      apr_pool_t *result_pool);
 
-/* Create a new branch at OUTER_BRANCH:OUTER_EID, with no elements
+/* Create a new branch with branch id BID, with no elements
  * (not even a root element).
  *
  * Create and return a new branch object. Register its existence in REV_ROOT.
  *
- * If OUTER_BRANCH is NULL, create a top-level branch with a new top-level
- * branch number, ignoring OUTER_EID. Otherise, create a branch that claims
- * to be nested under OUTER_BRANCH:OUTER_EID, but do not require that
- * a subbranch root element exists there, nor create one.
- *
  * Set the root element to ROOT_EID.
  */
 svn_branch_state_t *