[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Blame callback: remove start/end parameters

From: Julian Foad <julianfoad_at_apache.org>
Date: Mon, 14 Jan 2019 13:12:35 +0000

The svn_client_blame_receiver4_t parameters "start_revnum" and "end_revnum" do not really belong here because they are not per-line data. They are the "resolved" versions of the input revnums to svn_client_blame6(). I introduced them in r955895, applying a patch by Johan. I propose to move them to svn_client_blame6() output parameters.

(svn_client_blame6() and svn_client_blame_receiver4_t APIs are currently being revved so this is a good time to make such a change.)

-- 
- Julian
Received on 2019-01-14 14:12:44 CET

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.