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

svn commit: r1455142 - /subversion/trunk/CHANGES

Author: cmpilato
Date: Mon Mar 11 14:09:32 2013
New Revision: 1455142

URL: http://svn.apache.org/r1455142
Log:
* CHANGES: List the new '--include-externals' option for
   'svn list' (issue #4225).

Patch by: Vijayaguru G <vijay{_AT_}collab.net>

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1455142&r1=1455141&r2=1455142&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Mon Mar 11 14:09:32 2013
@@ -12,6 +12,7 @@ http://svn.apache.org/repos/asf/subversi
   - Minor new features and improvements:
     * new 'svnadmin load --revision' load filtering support (issue #3734)
     * new 'commit --include-externals' option (related to issues #1167, #3563)
+    * new '--include-externals' option for 'svn list' (issue #4225)
     * remove extraneous externals output from 'svn status -q' (issue #1935)
     * new 'svnadmin hotcopy --incremental' support for FSFS (issue #3815)
     * reject some attempts to merge between unrelated branches (r1215273)