You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2012/10/15 20:09:26 UTC

svn commit: r1398427 - /subversion/site/publish/docs/release-notes/1.8.html

Author: julianfoad
Date: Mon Oct 15 18:09:26 2012
New Revision: 1398427

URL: http://svn.apache.org/viewvc?rev=1398427&view=rev
Log:
* site/publish/docs/release-notes/1.8.html
  (output-changes): Document the 'svn mergeinfo' default output change.

Modified:
    subversion/site/publish/docs/release-notes/1.8.html

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1398427&r1=1398426&r2=1398427&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Mon Oct 15 18:09:26 2012
@@ -175,6 +175,22 @@ example illustrates these changes.</p>
 </div>
 -->
 
+<div class="h4" id="svn-mergeinfo">
+<h4>Improved output of <tt>svn mergeinfo</tt>
+  <a class="sectionlink" href="#svn-mergeinfo"
+    title="Link to this section">&para;</a>
+</h4>
+
+<p>The default output of <tt>svn mergeinfo</tt> has been changed.  Instead
+of being equivalent to <tt>svn mergeinfo --show-revs=merged</tt>, it now
+shows a diagrammatic summary of some information about merges between the
+two specified branches.</p>
+
+<p>Scripts using <tt>svn mergeinfo</tt> without a <tt>--show-revs=</tt>
+option should be updated to add <tt>--show-revs=merged</tt>.</p>
+
+</div>
+
 </div>  <!-- output-changes -->
 
 <div class="h3" id="neon-deleted">