Author: stsp
Date: Thu Feb  2 14:11:29 2012
New Revision: 1239631

URL: http://svn.apache.org/viewvc?rev=1239631&view=rev
Log:
* subversion/libsvn_client/commit_util.c
  (harvest_committables): Improve documentation for the DANGLERS parameter
   by pointing to the place where the term "dangler" is defined, instead of
   trying to explain the concept in a short and possibly misleading sentence.

Modified:
    subversion/trunk/subversion/libsvn_client/commit_util.c

Modified: subversion/trunk/subversion/libsvn_client/commit_util.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/commit_util.c?rev=1239631&r1=1239630&r2=1239631&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/commit_util.c (original)
+++ subversion/trunk/subversion/libsvn_client/commit_util.c Thu Feb  2 14:11:29 
2012
@@ -417,8 +417,8 @@ bail_on_tree_conflicted_ancestor(svn_wc_
    externals that aren't explicit commit targets.)
 
    DANGLERS is a hash table mapping const char* absolute paths of a parent
-   that must be committed to a const char * absolute path of a child that
-   needs them.
+   to a const char * absolute path of a child. See the comment about
+   danglers at the top of svn_client__harvest_committables().
 
    If CANCEL_FUNC is non-null, call it with CANCEL_BATON to see
    if the user has cancelled the operation.


Reply via email to