[[[
Remove an interface promise that was not honoured and was not necessary.
* subversion/include/svn_client.h (svn_client_status):
The implementation always touches *result_rev, so don't promise not to.
]]]
Index: subversion/include/svn_client.h
===================================================================
--- subversion/include/svn_client.h (revision 7857)
+++ subversion/include/svn_client.h (working copy)
@@ -682,7 +682,7 @@
* status structures with information about out-of-dateness (with
* respect to @a revision). Also, if @a result_rev is not @c NULL,
* set @a *result_rev to the actual revision against which the
- * working copy was compared (@a *result_rev is not touched unless
+ * working copy was compared (@a *result_rev is not meaningful unless
* @a update is set).
*
* This function recurses into externals definitions ('svn:externals')
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 27 02:32:00 2003