diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-12-13 14:05:05 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-12-13 14:05:05 +0100 |
commit | 7f8fe4736ff7466ebedc8db81bbd68c7ef5f3eb6 (patch) | |
tree | ebba4663175d45affd608eb620b84423d4e1a4b1 | |
parent | 3b858a981be9395bf32c85a4d886040522b5075a (diff) | |
download | git-buildpackage-7f8fe4736ff7466ebedc8db81bbd68c7ef5f3eb6.tar.gz git-buildpackage-7f8fe4736ff7466ebedc8db81bbd68c7ef5f3eb6.tar.bz2 git-buildpackage-7f8fe4736ff7466ebedc8db81bbd68c7ef5f3eb6.zip |
Remove noop
Git-Dch: Ignore
-rw-r--r-- | gbp/dch.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |