Skip to content

Commit f9b5170

Browse files
committed
Update an omission in a docstring.
* subversion/include/svn_client.h (svn_client_checkout3): Mention the store_pristine parameter. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1931298 13f79535-47bb-0310-9956-ffa450edef68
1 parent aaaf01c commit f9b5170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subversion/include/svn_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ svn_client_checkout4(svn_revnum_t *result_rev,
12851285

12861286
/**
12871287
* Similar to svn_client_checkout4() but with @a wc_format_version set
1288-
* to @c NULL.
1288+
* to @c NULL and @a store_pristine set to @c svn_tristate_unknown.
12891289
*
12901290
* @since New in 1.5.
12911291
* @deprecated Provided for backward compatibility with the 1.10 API.

0 commit comments

Comments
 (0)