Author: danielsh
Date: Tue Jun 28 16:53:07 2011
New Revision: 1140723

URL: http://svn.apache.org/viewvc?rev=1140723&view=rev
Log:
* docs/community-guide/releasing.part.html
  (writing-initial-changes): Adapt the command to the prose, which 
    suggests to read oldest-to-newest.

Modified:
    subversion/site/publish/docs/community-guide/releasing.part.html

Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1140723&r1=1140722&r2=1140723&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Tue Jun 28 
16:53:07 2011
@@ -853,7 +853,7 @@ detailed?</i></p>
     title="Link to this section">&para;</a>
 </h3>
 
-<p>Run <tt>svn log -r HEAD:1 --stop-on-copy
+<p>Run <tt>svn log -r 1:HEAD --stop-on-copy
 ^/subversion/branches/A.B.x</tt>.  This should give you every change ever
 made to the A.B.x line, including backports made to the A.B.x branch.
 You then need to <em>remove</em> logs of changes that have already


Reply via email to