You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2008/01/07 19:45:21 UTC

Re: svn commit: r28772 - branches/issue-2897/subversion/libsvn_client

On Mon, 07 Jan 2008, kameshj@tigris.org wrote:
...
> --- branches/issue-2897/subversion/libsvn_client/mergeinfo.h	(original)
> +++ branches/issue-2897/subversion/libsvn_client/mergeinfo.h	Mon Jan  7 08:24:21 2008
> @@ -27,7 +27,8 @@
>    /* Subset of requested merge range. */
>    svn_merge_range_t *range;
>    /* If reflected_ranges is not NULL then above 'range' is a
> -     reflective range of it. */
> +     reflective range of it. It contains individual elements of
> +     type ' svn_merge_range_t *'. */
              ^
Extraneous whitespace (I'd have fixed it myself, but don't have this branch
checkout out ATM).

>    apr_array_header_t *reflected_ranges;
>  } svn_client__remaining_range_info_t;

Re: svn commit: r28772 - branches/issue-2897/subversion/libsvn_client

Posted by Kamesh Jayachandran <ka...@collab.net>.
Thanks Dan, Fixed in r28783.

With regards
Kamesh Jayachandran
Daniel Rall wrote:
> On Mon, 07 Jan 2008, kameshj@tigris.org wrote:
> ...
>   
>> --- branches/issue-2897/subversion/libsvn_client/mergeinfo.h	(original)
>> +++ branches/issue-2897/subversion/libsvn_client/mergeinfo.h	Mon Jan  7 08:24:21 2008
>> @@ -27,7 +27,8 @@
>>    /* Subset of requested merge range. */
>>    svn_merge_range_t *range;
>>    /* If reflected_ranges is not NULL then above 'range' is a
>> -     reflective range of it. */
>> +     reflective range of it. It contains individual elements of
>> +     type ' svn_merge_range_t *'. */
>>     
>               ^
> Extraneous whitespace (I'd have fixed it myself, but don't have this branch
> checkout out ATM).
>
>   
>>    apr_array_header_t *reflected_ranges;
>>  } svn_client__remaining_range_info_t;
>>     

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org