aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-dch
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-10-10 18:11:07 +0200
committerGuido Guenther <agx@sigxcpu.org>2007-10-10 18:11:07 +0200
commitf7a4e0919a649527ab9b24f82eb06016fe842b85 (patch)
treefeca59cfa9f94d558f1c21ad95556c07b2e08eba /git-dch
parent7030c5c418d287217987bac5915c08d20298cdcb (diff)
fix syntax error
Diffstat (limited to 'git-dch')
-rwxr-xr-xgit-dch2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-dch b/git-dch
index 1333ae05..ee00473f 100755
--- a/git-dch
+++ b/git-dch
@@ -99,7 +99,7 @@ def snapshot_version(version):
return release, snapshot
-def mangle_changelog(changelog, cp, snapshot, id):
+def mangle_changelog(changelog, cp, snapshot, id='unknown'):
"""Mangle changelog to either add or remove snapshot markers"""
try:
tmp = '%s.%s' % (changelog, str(snapshot))