Author: dannas
Date: Fri Jul 30 07:52:49 2010
New Revision: 980670
URL: http://svn.apache.org/viewvc?rev=980670&view=rev
Log:
Follow-up to r980427. Remove TODO about adding property hunk
notifications. We now have those working.
The other notifications types involves the whole target and
should not change from the current behaviour.
* subversion/libsvn_client/patch.c
(send_patch_notification): Remove comment.
Modified:
subversion/trunk/subversion/libsvn_client/patch.c
Modified: subversion/trunk/subversion/libsvn_client/patch.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/patch.c?rev=980670&r1=980669&r2=980670&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/patch.c (original)
+++ subversion/trunk/subversion/libsvn_client/patch.c Fri Jul 30 07:52:49 2010
@@ -1472,9 +1472,6 @@ send_patch_notification(const patch_targ
else if (target->has_text_changes)
notify->content_state = svn_wc_notify_state_changed;
- /* ### We need to decide on how we want prop notifications to work.
- * ### At the moment we're not reporting property hunks and what about
- * ### added paths with props and paths scheduled for deletion? */
if (target->had_prop_rejects)
notify->prop_state = svn_wc_notify_state_conflicted;
else if (target->has_prop_changes)