[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

PATCH: minor interface promise

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-11-27 02:34:37 CET

[[[
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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.