Bert Huijben <[email protected]> writes: > A quick review showed one minor issue, see inline.
[...] >> @@ -2399,6 +2422,17 @@ svn_fs_file_length(svn_filesize_t *lengt >> * @since New in 1.6. >> */ >> svn_error_t * >> +svn_fs_file_checksum2(svn_checksum_t **checksum, >> + svn_checksum_kind_t kind, >> + svn_fs_node_t *root, >> + svn_boolean_t force, >> + apr_pool_t *pool); > > Wrong argument name here. > (And the @since should have moved to the legacy function, etc.) Thanks for the review. Should be fixed by r1724002 and r1724003. Regards, Evgeny Kotkov

