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 2013/07/13 00:06:10 UTC

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

Author: danielsh
Date: Fri Jul 12 22:06:09 2013
New Revision: 1502710

URL: http://svn.apache.org/r1502710
Log:
* publish/docs/release-notes/1.8.html
  (#411-length-required): Add some text to explain what the box is for.

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=1502710&r1=1502709&r2=1502710&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Fri Jul 12 22:06:09 2013
@@ -2499,7 +2499,8 @@ by issuing one additional request at the
 <!-- "Dangerous curve"; additional technical details not required for
      understanding the context -->
 <div class="notice" style="background-color: inherit">
-<p>A session is usually equivalent to calling one <tt>svn</tt> subcommand (or
+<p>Tehnical details:
+A session is usually equivalent to calling one <tt>svn</tt> subcommand (or
 one <tt>svn_client_*</tt> function, for <a href="/docs/#1.8">API users</a>).
 A notable exception is <tt>svn log --diff</tt>, which presently opens (and
 closes) two sessions for each revision processed.