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

Re: svn commit: r1185649 - in /subversion/trunk/subversion: include/svn_mergeinfo.h libsvn_subr/deprecated.c libsvn_subr/mergeinfo.c

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 18 Oct 2011 13:29:59 -0400

On Tue, Oct 18, 2011 at 09:41, <hwright_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_subr/mergeinfo.c Tue Oct 18 13:41:48 2011
>...
> @@ -1639,8 +1640,8 @@ svn_mergeinfo__equals(svn_boolean_t *is_
>   if (apr_hash_count(info1) == apr_hash_count(info2))
>     {
>       svn_mergeinfo_t deleted, added;
> -      SVN_ERR(svn_mergeinfo_diff(&deleted, &added, info1, info2,
> -                                 consider_inheritance, pool));
> +      SVN_ERR(svn_mergeinfo_diff2(&deleted, &added, info1, info2,
> +                                  consider_inheritance, pool, pool));
>       *is_equal = apr_hash_count(deleted) == 0 && apr_hash_count(added) == 0;
>     }

This change is not mentioned in the log message.

Cheers,
-g
Received on 2011-10-18 19:30:32 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.