Author: kotkov
Date: Mon Dec  5 15:34:05 2022
New Revision: 1905768

URL: http://svn.apache.org/viewvc?rev=1905768&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch: Tweak a docstring.

No functional change.

* subversion/include/svn_wc.h
  (svn_wc_textbase_sync): Document cancel_func and cancel_baton.

Modified:
    subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_wc.h

Modified: 
subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_wc.h
URL: 
http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_wc.h?rev=1905768&r1=1905767&r2=1905768&view=diff
==============================================================================
--- subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_wc.h 
(original)
+++ subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_wc.h 
Mon Dec  5 15:34:05 2022
@@ -7533,6 +7533,10 @@ typedef svn_error_t *(*svn_wc_textbase_f
  * If @a allow_dehydrate is true, remove the on disk text-base contents
  * that is not required.
  *
+ * If @a cancel_func is non-NULL, invoke it with @a cancel_baton at various
+ * points during the operation.  If it returns an error (typically
+ * #SVN_ERR_CANCELLED), return that error immediately.
+ *
  * If @a notify_func is non-NULL, invoke it with @a notify_baton to report
  * the progress of the operation.
  *


Reply via email to