Author: gbg
Date: Tue May 21 10:20:39 2013
New Revision: 1484733

URL: http://svn.apache.org/r1484733
Log:
On the invoke-diff-cmd branch: Update parameter.

* subversion/svn/log-cmd.c
  (svn_client_diff_peg7): Change 'NULL' entry to pass invoke_diff_cmd.

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

Modified: subversion/branches/invoke-diff-cmd-feature/subversion/svn/log-cmd.c
URL: 
http://svn.apache.org/viewvc/subversion/branches/invoke-diff-cmd-feature/subversion/svn/log-cmd.c?rev=1484733&r1=1484732&r2=1484733&view=diff
==============================================================================
--- subversion/branches/invoke-diff-cmd-feature/subversion/svn/log-cmd.c 
(original)
+++ subversion/branches/invoke-diff-cmd-feature/subversion/svn/log-cmd.c Tue 
May 21 10:20:39 2013
@@ -140,7 +140,7 @@ display_diff(const svn_log_entry_t *log_
                                outstream,
                                errstream,
                                NULL,
-                               NULL,
+                               invoke_diff_cmd,
                                ctx, pool));
   SVN_ERR(svn_stream_puts(outstream, _("\n")));
   return SVN_NO_ERROR;


Reply via email to