You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/02/02 16:25:49 UTC

svn commit: r1239670 - /subversion/trunk/CHANGES

Author: stsp
Date: Thu Feb  2 15:25:49 2012
New Revision: 1239670

URL: http://svn.apache.org/viewvc?rev=1239670&view=rev
Log:
* CHANGES: --no-diff-properties has been renamed to --ignore-properties

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1239670&r1=1239669&r2=1239670&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Thu Feb  2 15:25:49 2012
@@ -17,7 +17,7 @@ http://svn.apache.org/repos/asf/subversi
     * support GPG agent for password storage on UNIX-like platforms (r1150783)
     * new 'svnadmin lock' / 'svnadmin unlock' subcommands (issue #3942, #4092)
     * new SVNUseUTF8 configuration option for mod_dav_svn (issue #2487)
-    * new --no-diff-properties option for 'svn diff' (r1239553)
+    * new --ignore-properties option for 'svn diff' (r1239553. -617)
     * new --patch-compatible option for 'svn diff' (r1239561)
 
   - Client-side bugfixes: