You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/01/27 22:24:11 UTC

svn commit: r1064314 - /subversion/branches/ignore-mergeinfo-log/subversion/include/svn_ra.h

Author: hwright
Date: Thu Jan 27 21:24:10 2011
New Revision: 1064314

URL: http://svn.apache.org/viewvc?rev=1064314&view=rev
Log:
On the ignore-mergeinfo-log branch:

* subversion/include/svn_ra.h
  (svn_ra_get_log3): Update @since tag.  There's no guarantee this will be
    released in 1.7, but it certainly has missed the boat for 1.6.

Modified:
    subversion/branches/ignore-mergeinfo-log/subversion/include/svn_ra.h

Modified: subversion/branches/ignore-mergeinfo-log/subversion/include/svn_ra.h
URL: http://svn.apache.org/viewvc/subversion/branches/ignore-mergeinfo-log/subversion/include/svn_ra.h?rev=1064314&r1=1064313&r2=1064314&view=diff
==============================================================================
--- subversion/branches/ignore-mergeinfo-log/subversion/include/svn_ra.h (original)
+++ subversion/branches/ignore-mergeinfo-log/subversion/include/svn_ra.h Thu Jan 27 21:24:10 2011
@@ -1465,7 +1465,7 @@ svn_ra_do_diff(svn_ra_session_t *session
  * revprops is NULL or contains a revprop other than svn:author, svn:date,
  * or svn:log, an @c SVN_ERR_RA_NOT_IMPLEMENTED error is returned.
  *
- * @since New in 1.6.
+ * @since New in 1.7.
  */
 svn_error_t *
 svn_ra_get_log3(svn_ra_session_t *session,