You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/08/16 18:47:44 UTC

svn commit: r1158366 - /subversion/trunk/subversion/include/svn_ra.h

Author: danielsh
Date: Tue Aug 16 16:47:44 2011
New Revision: 1158366

URL: http://svn.apache.org/viewvc?rev=1158366&view=rev
Log:
Finish the accidentally-incomplete r1158358, which see.

Modified:
    subversion/trunk/subversion/include/svn_ra.h

Modified: subversion/trunk/subversion/include/svn_ra.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=1158366&r1=1158365&r2=1158366&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra.h (original)
+++ subversion/trunk/subversion/include/svn_ra.h Tue Aug 16 16:47:44 2011
@@ -1696,6 +1696,7 @@ svn_ra_get_file_revs(svn_ra_session_t *s
  * Lock each path in @a path_revs, which is a hash whose keys are the
  * paths to be locked, and whose values are the corresponding base
  * revisions for each path.  The keys are (const char *) and the
+ * revisions are (svn_revnum_t *).
  *
  * Note that locking is never anonymous, so any server implementing
  * this function will have to "pull" a username from the client, if