You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by sv...@apache.org on 2013/06/19 06:00:41 UTC

svn commit: r1494441 - in /subversion/branches/1.8.x: ./ STATUS tools/client-side/svn-bench/help-cmd.c

Author: svn-role
Date: Wed Jun 19 04:00:40 2013
New Revision: 1494441

URL: http://svn.apache.org/r1494441
Log:
Merge r1493951 from trunk:

 * r1493951
   Fix 'svn-bench' misreporting itself as 'svn'.
   Justification:
     Misleading output, pretty obvious fix.
   Votes:
     +1: stsp, danielsh, rhuijben

Modified:
    subversion/branches/1.8.x/   (props changed)
    subversion/branches/1.8.x/STATUS
    subversion/branches/1.8.x/tools/client-side/svn-bench/help-cmd.c

Propchange: subversion/branches/1.8.x/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1493951

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1494441&r1=1494440&r2=1494441&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Wed Jun 19 04:00:40 2013
@@ -223,10 +223,3 @@ Veto-blocked changes:
 Approved changes:
 =================
 
- * r1493951
-   Fix 'svn-bench' misreporting itself as 'svn'.
-   Justification:
-     Misleading output, pretty obvious fix.
-   Votes:
-     +1: stsp, danielsh, rhuijben
-

Modified: subversion/branches/1.8.x/tools/client-side/svn-bench/help-cmd.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/tools/client-side/svn-bench/help-cmd.c?rev=1494441&r1=1494440&r2=1494441&view=diff
==============================================================================
--- subversion/branches/1.8.x/tools/client-side/svn-bench/help-cmd.c (original)
+++ subversion/branches/1.8.x/tools/client-side/svn-bench/help-cmd.c Wed Jun 19 04:00:40 2013
@@ -80,7 +80,7 @@ svn_cl__help(apr_getopt_t *os,
   SVN_ERR(svn_ra_print_modules(version_footer, pool));
 
   return svn_opt_print_help4(os,
-                             "svn",   /* ### erm, derive somehow? */
+                             "svn-bench",   /* ### erm, derive somehow? */
                              opt_state ? opt_state->version : FALSE,
                              opt_state ? opt_state->quiet : FALSE,
                              opt_state ? opt_state->verbose : FALSE,