Author: julianfoad Date: Thu Feb 19 18:00:28 2015 New Revision: 1660960 URL: http://svn.apache.org/r1660960 Log: * publish/roadmap.html (next-release-status): Add notes/questions/tasks about 'Youngest-to-oldest blame'.
Modified: subversion/site/publish/roadmap.html Modified: subversion/site/publish/roadmap.html URL: http://svn.apache.org/viewvc/subversion/site/publish/roadmap.html?rev=1660960&r1=1660959&r2=1660960&view=diff ============================================================================== --- subversion/site/publish/roadmap.html (original) +++ subversion/site/publish/roadmap.html Thu Feb 19 18:00:28 2015 @@ -260,7 +260,12 @@ numbering, compatibility, and deprecatio <tr class="task-level-1 in-progress"> <td class="task-name">Youngest-to-oldest blame</td><!-- kidney blame --> <td class="task-status">In Progress</td> - <td></td> + <td>What is this feature? Does it show me the *next* revision when each + line in file@OLD was changed, for a rev range X:Y where (presumably) OLD + <= X <= Y? And/or does it fetch changes in reverse order so it can + stop fetching changes as soon as all lines are accounted for? Needs some + form of documentation. 'svn help blame' should describe it if it's + user-visible. Release notes should describe it too.</td> </tr> <tr><td colspan="3" class="divider">Generic stuff we do for every