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

Re: svn commit: r24342 - trunk/subversion/include

From: Peter Lundblad <plundblad_at_google.com>
Date: 2007-04-03 11:15:54 CEST

dlr@tigris.org writes:
> Author: dlr
> Date: Mon Apr 2 12:44:05 2007
> New Revision: 24342
>
> Log:
> * subversion/include/svn_client.h
> (svn_client_get_mergeinfo): Fix typos and provide more complete
> documentation of API parameters.
>
> Suggested by: lundblad
>
>
> Modified:
> trunk/subversion/include/svn_client.h
>
> Modified: trunk/subversion/include/svn_client.h
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/include/svn_client.h?pathrev=24342&r1=24341&r2=24342
> ==============================================================================
> --- trunk/subversion/include/svn_client.h (original)
> +++ trunk/subversion/include/svn_client.h Mon Apr 2 12:44:05 2007
> @@ -2398,8 +2398,11 @@
> * apr_array_header_t *'s of @c svn_merge_range_t *'s, or @c NULL if
> * there is no merge info.
> *
> - * @a path_or_url is a WC path or repository URL. @a revision is the
> - * revision at which to get @a path's merge info.
> + * @a path_or_url is a WC path or repository URL. If @a path_or_url
> + * is a WC path, @a revision is ignored in preference to @a
> + * path_or_url's @c BASE revision. If @a path_or_url is a URL, @a

AFAICT from the code, this is WORKING, not BASE, right?

> + * revision is the revision at which to get its merge info. @a
> + * mergeinfo and any temporary allocations are made in @a pool.

Well, that sentence sounds wrong to me "mergeionf is made in @a pool"... ;)
We don't need to mention that temp allocations are made in the pool, just
that the return value is.

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 3 11:16:13 2007

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.