Author: kotkov Date: Thu Dec 1 09:46:44 2022 New Revision: 1905658 URL: http://svn.apache.org/viewvc?rev=1905658&view=rev Log: On the 'pristines-on-demand-on-mwf' branch: Fix a docstring.
* subversion/libsvn_client/client.h (svn_client__textbase_sync): Don't mention non-existing `hydrate_callback` and `hydrate_baton` parameters. Modified: subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_client/client.h Modified: subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_client/client.h URL: http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_client/client.h?rev=1905658&r1=1905657&r2=1905658&view=diff ============================================================================== --- subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_client/client.h (original) +++ subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_client/client.h Thu Dec 1 09:46:44 2022 @@ -1253,9 +1253,9 @@ svn_client__merge_locked(svn_client__con /* Synchronize the state of the text-base contents for the LOCAL_ABSPATH tree. * - * If ALLOW_HYDRATE is true, fetch the required but missing text-base contents - * using the provided HYDRATE_CALLBACK and HYDRATE_BATON. If ALLOW_DEHYDRATE - * is true, remove the on disk text-base contents that are not required. + * If ALLOW_HYDRATE is true, fetch the required but missing text-base contents. + * If ALLOW_DEHYDRATE is true, remove the on disk text-base contents that are + * not required. * * The missing contents will be fetched using the provided RA_SESSION if it * is not NULL. If RA_SESSION is NULL and some of the text-bases have to be