Author: julianfoad
Date: Wed Jan 16 15:39:47 2019
New Revision: 1851454
URL: http://svn.apache.org/viewvc?rev=1851454&view=rev
Log:
* subversion/include/private/svn_client_private.h
(svn_client__get_diff_summarize_callbacks): Update doc string, following
r1835234.
Modified:
subversion/trunk/subversion/include/private/svn_client_private.h
Modified: subversion/trunk/subversion/include/private/svn_client_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_client_private.h?rev=1851454&r1=1851453&r2=1851454&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_client_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_client_private.h Wed Jan 16
15:39:47 2019
@@ -374,13 +374,6 @@ svn_client__shelf_diff(svn_client__shelf
/* Set *DIFF_PROCESSOR to a diff processor that will report a diff summary
to SUMMARIZE_FUNC.
- P_ROOT_RELPATH will return a pointer to a string that must be set,
- before the processor is called, to a prefix that will be found on
- every DIFF_PROCESSOR relpath, that will be removed before passing
- the path to SUMMARIZE_FUNC.
-
- ORIGINAL_TARGET is not used.
-
SUMMARIZE_FUNC is called with SUMMARIZE_BATON as parameter by the
created callbacks for each changed item.
*/