aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-13 14:05:05 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-13 14:05:05 +0100
commit7f8fe4736ff7466ebedc8db81bbd68c7ef5f3eb6 (patch)
treeebba4663175d45affd608eb620b84423d4e1a4b1 /gbp
parent3b858a981be9395bf32c85a4d886040522b5075a (diff)
Remove noop
Git-Dch: Ignore
Diffstat (limited to 'gbp')
-rw-r--r--gbp/dch.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gbp/dch.py b/gbp/dch.py
index 2462773b..d1d04b37 100644
--- a/gbp/dch.py
+++ b/gbp/dch.py
@@ -119,6 +119,4 @@ def format_changelog_entry(commit_info, options, last_commit=False):
if options.idlen:
entry[0] = '[%s] ' % commitid[0:options.idlen] + entry[0]
entry = terminate_first_line_if_needed(entry)
- if not last_commit:
- entry += ''
return entry