You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2020/10/19 15:36:10 UTC

svn commit: r1882660 - /subversion/trunk/subversion/include/svn_repos.h

Author: cmpilato
Date: Mon Oct 19 15:36:09 2020
New Revision: 1882660

URL: http://svn.apache.org/viewvc?rev=1882660&view=rev
Log:
Add an explanatory note about a renamed API parameter.

* subversion/include/svn_repos.h
  (svn_repos_get_commit_editor4): Note that the 'repos_url' parameter was
    renamed to 'repos_url_decoded' in svn_repos_get_commit_editor5().

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

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1882660&r1=1882659&r2=1882660&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Mon Oct 19 15:36:09 2020
@@ -1595,6 +1595,10 @@ svn_repos_get_commit_editor5(const svn_d
  * #SVN_PROP_REVISION_AUTHOR and #SVN_PROP_REVISION_LOG properties,
  * respectively.  @a user and @a log_msg may both be @c NULL.
  *
+ * @note The @a repos_url parameter was been renamed for clarity to
+ * @a repos_url_decoded in svn_repos_get_commit_editor5(), but remains
+ * functionally the same.
+ *
  * @since New in 1.4.
  *
  * @deprecated Provided for backward compatibility with the 1.4 API.