svn commit: r1926787 - in /subversion/branches/utf8-cmdline-prototype/subversion: include/svn_opt.h libsvn_subr/deprecated.c

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: rinrab
Date: Fri Jun 27 22:06:07 2025
New Revision: 1926787

URL: http://svn.apache.org/viewvc?rev=1926787&view=rev
Log:
On the 'utf8-cmdline-prototype' branch: Recover argument name to minimise
difference with 'trunk'.

* subversion/include/svn_opt.h
* subversion/libsvn_subr/deprecated.c
  (svn_opt_parse_revprop): revprop_table_p → revprops.

Modified:
    subversion/branches/utf8-cmdline-prototype/subversion/include/svn_opt.h
    subversion/branches/utf8-cmdline-prototype/subversion/libsvn_subr/deprecated.c

Modified: subversion/branches/utf8-cmdline-prototype/subversion/include/svn_opt.h
URL: http://svn.apache.org/viewvc/subversion/branches/utf8-cmdline-prototype/subversion/include/svn_opt.h?rev=1926787&r1=1926786&r2=1926787&view=diff
==============================================================================
--- subversion/branches/utf8-cmdline-prototype/subversion/include/svn_opt.h (original)
+++ subversion/branches/utf8-cmdline-prototype/subversion/include/svn_opt.h Fri Jun 27 22:06:07 2025
@@ -718,7 +718,7 @@ svn_opt_parse_revprop2(apr_hash_t **revp
  */
 SVN_DEPRECATED
 svn_error_t *
-svn_opt_parse_revprop(apr_hash_t **revprop_table_p,
+svn_opt_parse_revprop(apr_hash_t **revprops,
                       const char *revprop_spec,
                       apr_pool_t *pool);
 

Modified: subversion/branches/utf8-cmdline-prototype/subversion/libsvn_subr/deprecated.c
URL: http://svn.apache.org/viewvc/subversion/branches/utf8-cmdline-prototype/subversion/libsvn_subr/deprecated.c?rev=1926787&r1=1926786&r2=1926787&view=diff
==============================================================================
--- subversion/branches/utf8-cmdline-prototype/subversion/libsvn_subr/deprecated.c (original)
+++ subversion/branches/utf8-cmdline-prototype/subversion/libsvn_subr/deprecated.c Fri Jun 27 22:06:07 2025
@@ -1105,7 +1105,7 @@ svn_opt_print_generic_help(const char *h
 }
 
 svn_error_t *
-svn_opt_parse_revprop(apr_hash_t **revprop_table_p,
+svn_opt_parse_revprop(apr_hash_t **revprops,
                       const char *revprop_spec,
                       apr_pool_t *pool)
 {
@@ -1113,7 +1113,7 @@ svn_opt_parse_revprop(apr_hash_t **revpr
 
   SVN_ERR(svn_utf_cstring_to_utf8(&revprop_spec_utf8, revprop_spec, pool));
 
-  return svn_error_trace(svn_opt_parse_revprop2(revprop_table_p,
+  return svn_error_trace(svn_opt_parse_revprop2(revprops,
                                                 revprop_spec_utf8, pool));
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.