You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2010/06/07 08:41:57 UTC

svn propchange: r952116 - svn:log

Author: dannas
Revision: 952116
Modified property: svn:log

Modified: svn:log at Mon Jun  7 06:41:57 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Jun  7 06:41:57 2010
@@ -8,17 +8,18 @@ following operations to a greek-tree can
 another greek-tree using mercurial (a VCS using 'git diffs'):
 
 echo "bar" > bar
-$SVN add bar
-$SVN rm A/D
+svn add bar
+svn rm A/D
 echo "Changed 'iota'" >> iota
 echo "foo" > foo
-$SVN add foo
+svn add foo
 echo "Changed 'lambda'" >> A/B/lambda
 
 * subversion/libsvn_client/diff.c
   (diff_cmd_baton): Add 'added' field.
   (diff_content_changed): Adjust the diff labels for the case of an
-    added path. The labels are now correct for all existing use cases.
+    added path. The labels are now correct for all existing use cases,
+    e.g. copies and renames don't have diff labels.
   (diff_file_added): Set the 'added' field to TRUE before creating the
     diff and reset it to FALSE afterwards.
   (diff_file_deleted_with_diff): Set the deleted field to FALSE after