Author: julianfoad
Date: Fri Feb 20 21:28:23 2015
New Revision: 1661228

URL: http://svn.apache.org/r1661228
Log:
* publish/roadmap.html
  (next-release-status): Update notes about 'reverse 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=1661228&r1=1661227&r2=1661228&view=diff
==============================================================================
--- subversion/site/publish/roadmap.html (original)
+++ subversion/site/publish/roadmap.html Fri Feb 20 21:28:23 2015
@@ -258,14 +258,12 @@ numbering, compatibility, and deprecatio
       release</td></tr>
 
   <tr class="task-level-1 in-progress">
-    <td class="task-name">Youngest-to-oldest blame</td><!-- kidney blame -->
+    <td class="task-name">Reverse blame</td>
     <td class="task-status">In Progress</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
-    &lt;= X &lt;= 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>
+    <td>Allows blame to show the *next* revision when each line in file@N was
+        changed, looking forwards *after* rN. TODO: Backport recent fixes (i.e.
+        make it do something sensible at all) to 1.9.0; describe in release
+        notes. (Was called 'youngest-to-oldest blame'; codename 'kidney 
blame'.)</td>
   </tr>
 
   <tr><td colspan="3" class="divider">Generic stuff we do for every


Reply via email to