Remove noop
authorGuido Günther <agx@sigxcpu.org>
Mon, 13 Dec 2010 13:05:05 +0000 (14:05 +0100)
committerGuido Günther <agx@sigxcpu.org>
Mon, 13 Dec 2010 13:05:05 +0000 (14:05 +0100)
Git-Dch: Ignore

gbp/dch.py

index 2462773..d1d04b3 100644 (file)
@@ -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