Author: brane
Date: Fri May 16 23:01:19 2025
New Revision: 1925599
URL: http://svn.apache.org/viewvc?rev=1925599&view=rev
Log:
Fix a docstring.
* subversion/include/svn_client.h
(svn_client_patch_stream): The future is now!
Modified:
subversion/branches/patch-from-stream/subversion/include/svn_client.h
Modified: subversion/branches/patch-from-stream/subversion/include/svn_client.h
URL:
http://svn.apache.org/viewvc/subversion/branches/patch-from-stream/subversion/include/svn_client.h?rev=1925599&r1=1925598&r2=1925599&view=diff
==============================================================================
--- subversion/branches/patch-from-stream/subversion/include/svn_client.h
(original)
+++ subversion/branches/patch-from-stream/subversion/include/svn_client.h Fri
May 16 23:01:19 2025
@@ -7776,9 +7776,6 @@ svn_client_patch(const char *patch_abspa
* Similar to svn_client_patch(), but the patch is read from a file handle,
* described in @a patch_stream.
*
- * In future versions, this function may be used to apply a patch directly
- * from an svn_stream_t.
- *
* @since New in 1.15.
*/
svn_error_t *