You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gb...@apache.org on 2013/10/24 17:21:46 UTC

svn commit: r1535411 - /subversion/branches/invoke-diff-cmd-feature/subversion/svn/svn.c

Author: gbg
Date: Thu Oct 24 15:21:46 2013
New Revision: 1535411

URL: http://svn.apache.org/r1535411
Log:
On the invoke-diff-cmd-feature branch: Add invoke-diff-cmd help to svn
help log.

* subversion/svn/svn.c
  (svn_cl__cmd_table[]): Add opt_invoke_diff_cmd to svn_cl__log entry.

Modified:
    subversion/branches/invoke-diff-cmd-feature/subversion/svn/svn.c

Modified: subversion/branches/invoke-diff-cmd-feature/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/branches/invoke-diff-cmd-feature/subversion/svn/svn.c?rev=1535411&r1=1535410&r2=1535411&view=diff
==============================================================================
--- subversion/branches/invoke-diff-cmd-feature/subversion/svn/svn.c (original)
+++ subversion/branches/invoke-diff-cmd-feature/subversion/svn/svn.c Thu Oct 24 15:21:46 2013
@@ -803,7 +803,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
     {'r', 'q', 'v', 'g', 'c', opt_targets, opt_stop_on_copy, opt_incremental,
      opt_xml, 'l', opt_with_all_revprops, opt_with_no_revprops,
      opt_with_revprop, opt_auto_moves, opt_depth, opt_diff, opt_diff_cmd,
-     opt_internal_diff, 'x', opt_search, opt_search_and },
+     opt_internal_diff, 'x', opt_invoke_diff_cmd, opt_search, opt_search_and },
     {{opt_with_revprop, N_("retrieve revision property ARG")},
      {'c', N_("the change made in revision ARG")}} },