On 14 February 2016 at 22:25, <stef...@apache.org> wrote: > Author: stefan2 > Date: Sun Feb 14 19:25:12 2016 > New Revision: 1730389 > > URL: http://svn.apache.org/viewvc?rev=1730389&view=rev > Log: > Begin work on the svn_repos_get_logs4 to svn_repos_get_logs5 migration. > > As a first step, we introduce what will become svn_repos_get_logs5 as > a static function and implement svn_repos_get_logs4 as a wrapper.
The svn_repos__get_logs5() doesn't have docstring, while as far I understand it has very tricky semantic of delivering data using two callbacks. Without documented svn_repos__get_logs5() API it's almost impossible to get idea of all following commits in log.c -- Ivan Zhakov