[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1484251 - /subversion/branches/invoke-diff-cmd-feature/subversion/svn/log-cmd.c

From: Branko Čibej <brane_at_wandisco.com>
Date: Sun, 19 May 2013 19:05:20 +0200

On 19.05.2013 11:57, gbg_at_apache.org wrote:
> Author: gbg
> Date: Sun May 19 09:57:35 2013
> New Revision: 1484251
>
> URL: http://svn.apache.org/r1484251
> Log:
> Update call to svn_client_diff_peg6 to svn_client_diff_peg7.
>
> * subversion/svn/log-cmd.c
> (svn_client_diff_peg7): Update call to svn_client_diff_peg6 to
> svn_client_diff_peg7.
>
> 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=1484251&r1=1484250&r2=1484251&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 Sun May 19 09:57:35 2013
> @@ -122,7 +122,7 @@ display_diff(const svn_log_entry_t *log_
> end_revision.value.number = log_entry->revision;
>
> SVN_ERR(svn_stream_puts(outstream, "\n"));
> - SVN_ERR(svn_client_diff_peg6(diff_options,
> + SVN_ERR(svn_client_diff_peg7(diff_options,
> target_path_or_url,
> target_peg_revision,
> &start_revision, &end_revision,
> @@ -140,7 +140,8 @@ display_diff(const svn_log_entry_t *log_
> outstream,
> errstream,
> NULL,
> - ctx, pool));
> + NULL,
> + ctx, pool));
> SVN_ERR(svn_stream_puts(outstream, _("\n")));
> return SVN_NO_ERROR;
> }

The last hunk contains tabs. There should be no tabs in our source
files, ever.

-- 
Branko Čibej
Director of Subversion | WANdisco | www.wandisco.com
Received on 2013-05-19 19:05:57 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.