Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 687179 - Followup to account for nits I didn't qref for.
Browse files Browse the repository at this point in the history
  • Loading branch information
Callek committed Feb 11, 2012
1 parent 9bcbd7b commit 429744d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/tag-release.py
Expand Up @@ -32,7 +32,7 @@ def getBumpCommitMessage(productName, version):
version + ' release. CLOSED TREE a=release'

def getTagCommitMessage(revision, tags):
return "Added tag(s) (" + ", ".join(tags) + ") for changeset " + revision + \
return "Added " + " ".join(tags) + " tags(s) for changeset " + revision + \
". CLOSED TREE a=release"

def bump(repo, bumpFiles, versionKey):
Expand Down

0 comments on commit 429744d

Please sign in to comment.