Re: [PATCH] Fix for issue #2982
From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-11-13 16:02:56 CET
> [[[
>+/* Skip missing merge sources in mergeinfo. */
Fix the docstring , purpose of this helper function is not matching the
> static svn_error_t *
Fix the alignment issue here.
This helper function name is not correct, it should be
>+ /* Renumber mergeinfo rangelist. */
Probably you can name this as 'revmap_start' and 'revmap_end', my first
>+ svn_merge_range_t *range;
No need to allocate 'newrange', you can just overwrite range's members.
>+ SVN_ERR(svn_mergeinfo_sort(modified_mergeinfo, pool));
I don't think we need to sort here, as the incoming range themselves
>+ if (strcmp(name, SVN_PROP_MERGE_INFO) == 0)
Formatting issue with arguments.
With regards
---------------------------------------------------------------------
|
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.