You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kamesh Jayachandran <ka...@collab.net> on 2006/10/07 19:10:24 UTC

[PATCH][merge-tracking]api cleanup of get_merge_info_for_path

Hi All,
Find the attached patch/log.

With regards
Kamesh Jayachandran

Re: [PATCH][merge-tracking]api cleanup of get_merge_info_for_path

Posted by Daniel Rall <dl...@collab.net>.
On Sun, 08 Oct 2006, Kamesh Jayachandran wrote:
...
> We can signal 'get_merge_info_for_path' whether to set the result by 
> passing it or NULL rather than one more duplicate parameter 'setresult'.
> 
> * subversion/libsvn_fs_util/merge-info-sqlite-index.c
>   (get_merge_info_for_path): 
>    Improve the DOCString.
>    Remove 'setresult' parameter as 'result' additionally can be used for the
>    same purpose.
>    Calls get_merge_info_for_path with the new api convention.
>   (svn_fs_merge_info__get_merge_info):
>    Calls get_merge_info_for_path with the new api convention.

Nice improvement, Kamesh!  Committed as r21878.