dberlin@tigris.org wrote:
> Modified: branches/merge-tracking/subversion/include/svn_fs.h
> URL: http://svn.collab.net/viewvc/svn/branches/merge-tracking/subversion/include/svn_fs.h?pathrev=20202&r1=20201&r2=20202
> ==============================================================================
> --- branches/merge-tracking/subversion/include/svn_fs.h (original)
> +++ branches/merge-tracking/subversion/include/svn_fs.h Tue Jun 20 16:36:30 2006
> @@ -1145,17 +1145,14 @@
>
>
Doc comment for branches/merge-tracking/subversion/include/svn_fs.h
:(svn_fs_get_mergeinfo):
> * - @a info is filled with merge info for each of the @a paths,
>
Should it not be
* - @a minfohash is filled with merge info for each of the @a paths,
> * stored as a string.
> * Do any necessary temporary allocation in @a pool.
> */
> svn_error_t *svn_fs_get_merge_info(svn_fs_root_t *root,
> const apr_array_header_t *paths,
> - svn_revnum_t revnum,
> apr_hash_t **minfohash,
> apr_pool_t *pool);
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 21 16:46:46 2006