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

RE: svn commit: r1412225 - in /subversion/trunk/subversion: include/svn_diff.h libsvn_client/diff.c libsvn_diff/util.c svnlook/main.c

From: Bert Huijben <bert_at_qqmail.nl>
Date: Wed, 21 Nov 2012 19:42:00 +0100

> -----Original Message-----
> From: julianfoad_at_apache.org [mailto:julianfoad_at_apache.org]
> Sent: woensdag 21 november 2012 19:28
> To: commits_at_subversion.apache.org
> Subject: svn commit: r1412225 - in /subversion/trunk/subversion:
> include/svn_diff.h libsvn_client/diff.c libsvn_diff/util.c svnlook/main.c
>
> Author: julianfoad
> Date: Wed Nov 21 18:27:35 2012
> New Revision: 1412225
>
> URL: http://svn.apache.org/viewvc?rev=1412225&view=rev
> Log:
> Factor out the display of property diffs from 'svn' and 'svnlook'. No
> functional change.
>
> * subversion/include/svn_diff.h
> (svn_diff_mem_string_output_unified2): Clarify how the header
> parameters
> are used.
> (svn_diff__display_prop_diffs): New function.

You should probably create a new subversion/include/privste/svn_diff_private.h header instead of adding private functions in public files.

But maybe you want to turn it into a public api before 1.8?

If it becomes public it needs, @since, etc.

        Bert
Received on 2012-11-21 19:42:43 CET

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.