You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2013/01/25 15:28:32 UTC

svn propchange: r1438536 - svn:log

Author: philip
Revision: 1438536
Modified property: svn:log

Modified: svn:log at Fri Jan 25 14:28:32 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jan 25 14:28:32 2013
@@ -1,9 +1,9 @@
-Have move-update create workqueue items to delete working files
-and directories.
+Set return values to match doc string.
 
-* subversion/libsvn_wc/wc_db_update_move.c
-  (tc_editor_delete): Adjust how local modification indicators are used,
-   create workqueue items.
+* subversion/libsvn_wc/update_editor.c
+  (svn_wc__node_has_local_mods): Set the deleted flag TRUE only if there
+   are modifications.
 
-* subversion/libsvn_wc/wc-queries.sql
-  (STMT_SELECT_CHILDREN_OP_DEPTH):
+* subversion/tests/cmdline/update_tests.py
+  (update_moved_dir_leaf_del, update_moved_dir_file_move): Adjust
+   expectations, these are not delete-delete conflicts.