Author: julianfoad
Date: Thu Mar 11 16:08:12 2010
New Revision: 921914
URL: http://svn.apache.org/viewvc?rev=921914&view=rev
Log:
* subversion/svn/cl.h
(svn_cl__changelist_paths): Tweak doc string.
Modified:
subversion/trunk/subversion/svn/cl.h
Modified: subversion/trunk/subversion/svn/cl.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/cl.h?rev=921914&r1=921913&r2=921914&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/cl.h (original)
+++ subversion/trunk/subversion/svn/cl.h Thu Mar 11 16:08:12 2010
@@ -676,7 +676,9 @@ svn_cl__check_boolean_prop_val(const cha
/* De-streamifying wrapper around svn_client_get_changelists(), which
is called for each target in TARGETS to populate *PATHS (a list of
- paths assigned to one of the CHANGELISTS. */
+ paths assigned to one of the CHANGELISTS.
+ If all targets are to be included, may set *PATHS to TARGETS without
+ reallocating. */
svn_error_t *
svn_cl__changelist_paths(apr_array_header_t **paths,
const apr_array_header_t *changelists,