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 2018/10/05 15:32:09 UTC

svn commit: r1842933 - /subversion/trunk/tools/dist/release.py

Author: danielsh
Date: Fri Oct  5 15:32:09 2018
New Revision: 1842933

URL: http://svn.apache.org/viewvc?rev=1842933&view=rev
Log:
* tools/dist/release.py
  (write_changelog): Delete an out-of-date comment.  It was up-to-date only
    while r1842930 was being written, but was out-of-date in the committed
    form of r1842930.

Modified:
    subversion/trunk/tools/dist/release.py

Modified: subversion/trunk/tools/dist/release.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/release.py?rev=1842933&r1=1842932&r2=1842933&view=diff
==============================================================================
--- subversion/trunk/tools/dist/release.py (original)
+++ subversion/trunk/tools/dist/release.py Fri Oct  5 15:32:09 2018
@@ -1358,8 +1358,6 @@ def write_changelog(args):
                     #      message.
                     
                     # 2. Parse the STATUS entry
-                    # ### This is a little roundabout since backport.status is
-                    # ### paragraph-oriented but we're in a per-line loop.
                     this_log_message = log_messages_dict[revision]
                     status_paragraph = this_log_message.split('\n\n')[2]
                     logsummary = \