Author: svn-role
Date: Sat Jan 31 04:00:05 2026
New Revision: 1931627
Log:
Merge the r1931298 group from trunk:
* r1931298, r1931552
Update an omission in a docstring.
Justification:
Pristines On Demand is the 1.15 headliner feature; document the API
difference more clearly for users of the old API
Votes:
+1: kotkov, dsahlberg, hartmannathan
+1: brane (without r1931552)
Modified:
subversion/branches/1.15.x/ (props changed)
subversion/branches/1.15.x/STATUS
subversion/branches/1.15.x/subversion/include/svn_client.h
Modified: subversion/branches/1.15.x/STATUS
==============================================================================
--- subversion/branches/1.15.x/STATUS Sat Jan 31 02:43:11 2026
(r1931626)
+++ subversion/branches/1.15.x/STATUS Sat Jan 31 04:00:05 2026
(r1931627)
@@ -84,12 +84,3 @@ Veto-blocked changes:
Approved changes:
=================
-
- * r1931298, r1931552
- Update an omission in a docstring.
- Justification:
- Pristines On Demand is the 1.15 headliner feature; document the API
- difference more clearly for users of the old API
- Votes:
- +1: kotkov, dsahlberg, hartmannathan
- +1: brane (without r1931552)
Modified: subversion/branches/1.15.x/subversion/include/svn_client.h
==============================================================================
--- subversion/branches/1.15.x/subversion/include/svn_client.h Sat Jan 31
02:43:11 2026 (r1931626)
+++ subversion/branches/1.15.x/subversion/include/svn_client.h Sat Jan 31
04:00:05 2026 (r1931627)
@@ -1285,7 +1285,7 @@ svn_client_checkout4(svn_revnum_t *resul
/**
* Similar to svn_client_checkout4() but with @a wc_format_version set
- * to @c NULL.
+ * to @c NULL and @a store_pristine set to #svn_tristate_unknown.
*
* @since New in 1.5.
* @deprecated Provided for backward compatibility with the 1.10 API.