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

Re: [PATCH] removing unexercised code from merge-tracking/subversion/libsvn_subr/mergeinfo.c

From: Daniel Rall <dlr_at_collab.net>
Date: 2006-07-03 22:12:00 CEST

On Mon, 03 Jul 2006, Daniel Berlin wrote:
...
> This is fine.
>
> Could you change the range_contains case to do something like:
>
> if (range_contains(elt2, elt1))
> {
> i++;
> if (elt1->start == elt2->start && elt1->end == elt2->end)
> j++;
> }

Looks good. Tested, then committed in r20388. Thanks!

  • application/pgp-signature attachment: stored
Received on Mon Jul 3 22:13:29 2006

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.