You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gb...@apache.org on 2013/11/17 19:00:51 UTC

svn propchange: r1542741 - svn:log

Author: gbg
Revision: 1542741
Modified property: svn:log

Modified: svn:log at Sun Nov 17 18:00:51 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Nov 17 18:00:51 2013
@@ -1,5 +1,33 @@
 On the invoke-diff-cmd-feature branch: Update BRANCH-README file.
-Trivial white space changes to assorted files.
+Repair accidental white space changes to assorted files.
 
-* BRANCH-README: Update general shape and rework all log messages.
-  Add new diff file.
+* BRANCH-README: 
+
+  (Index): New section.
+
+  (Log Messages) Rework all log messages.  
+  
+  (Diff file): Replace with uptodate version.
+
+
+* subversion/include/svn_io.h
+  
+  (svn_io_run_cmd): Remove accidentally introduded whitespace at the
+    end of "@since New in 1.6.0".
+
+
+* subversion/libsvn_client/diff.c
+ 
+  (diff_baton): Remove accidentally introduded newline before closing
+    brace.
+
+
+* subversion/svn/svn.c
+
+  (sub_main): Remove accidentally introduded whitespace at the end of
+    "if (opt_state.diff.diff_cmd)".
+
+
+* subversion/svnlook/svnlook.c
+
+  (main): Replace accidentally removed newline before "case 't'".