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/05/23 06:09:08 UTC

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

Author: danielsh
Date: Thu May 23 04:09:07 2013
New Revision: 1485559

URL: http://svn.apache.org/r1485559
Log:
* tools/dist/release.py
  (create_tag): Terminate a log message with a period.

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=1485559&r1=1485558&r2=1485559&view=diff
==============================================================================
--- subversion/trunk/tools/dist/release.py (original)
+++ subversion/trunk/tools/dist/release.py Thu May 23 04:09:07 2013
@@ -575,7 +575,7 @@ def create_tag(args):
         STATUS.seek(0, os.SEEK_SET)
         subprocess.check_call(['svnmucc', '-r', str(args.revnum),
                                '-m', 'Post-release housekeeping: '
-                                     'bump the %s branch to %s'
+                                     'bump the %s branch to %s.'
                                % (branch.split('/')[-1], str(new_version)),
                                'put', svn_version_h.name, svn_version_h_url,
                                'put', STATUS.name, STATUS_url,