Author: stsp
Date: Mon Nov 28 08:21:30 2011
New Revision: 1207013

URL: http://svn.apache.org/viewvc?rev=1207013&view=rev
Log:
On the moves-scan-log branch:

* subversion/libsvn_wc/update_editor.c
  (find_applicable_moves): Remove obsolete TODO comment.

Modified:
    subversion/branches/moves-scan-log/subversion/libsvn_wc/update_editor.c

Modified: 
subversion/branches/moves-scan-log/subversion/libsvn_wc/update_editor.c
URL: 
http://svn.apache.org/viewvc/subversion/branches/moves-scan-log/subversion/libsvn_wc/update_editor.c?rev=1207013&r1=1207012&r2=1207013&view=diff
==============================================================================
--- subversion/branches/moves-scan-log/subversion/libsvn_wc/update_editor.c 
(original)
+++ subversion/branches/moves-scan-log/subversion/libsvn_wc/update_editor.c Mon 
Nov 28 08:21:30 2011
@@ -1911,8 +1911,7 @@ find_applicable_moves(apr_array_header_t
     }
   else
     {
-      /* If updating into the past all moves apply in reverse.
-       * ### TODO construct moves list usable for conflict callback */
+      /* If updating into the past all moves apply in reverse. */
       for (i = sorted->nelts - 1; i >= 0; i--)
         {
           int j;


Reply via email to