Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EB92D056 for ; Thu, 23 May 2013 04:09:30 +0000 (UTC) Received: (qmail 58518 invoked by uid 500); 23 May 2013 04:09:29 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 58408 invoked by uid 500); 23 May 2013 04:09:29 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 58380 invoked by uid 99); 23 May 2013 04:09:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 May 2013 04:09:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 May 2013 04:09:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 32DD623888D2; Thu, 23 May 2013 04:09:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1485559 - /subversion/trunk/tools/dist/release.py Date: Thu, 23 May 2013 04:09:08 -0000 To: commits@subversion.apache.org From: danielsh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130523040908.32DD623888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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,