Author: hwright
Date: Tue Jun 28 18:01:39 2011
New Revision: 1140764

URL: http://svn.apache.org/viewvc?rev=1140764&view=rev
Log:
* publish/docs/community-guide/releasing.part.html
  (writing-initial-changes): Remove arguments to 'svn log', as the default
    behavior works just fine.

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=1140764&r1=1140763&r2=1140764&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Tue Jun 28 
18:01:39 2011
@@ -853,8 +853,8 @@ detailed?</i></p>
     title="Link to this section">&para;</a>
 </h3>
 
-<p>Run <tt>svn log -r 1:HEAD --stop-on-copy
-^/subversion/branches/A.B.x</tt>.  This should give you every change ever
+<p>Run <tt>svn log --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
 been released in micro releases of the previous major/minor branch.


Reply via email to