diff options
author | Guido Günther <agx@sigxcpu.org> | 2008-11-15 20:21:41 +0100 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-11-15 20:21:41 +0100 |
commit | c9afde9f4881666687293a9059ed57c9ee0097b2 (patch) | |
tree | 0d06463faf59e69a70ec4d9a7c18a2465926abd9 /git-dch | |
parent | 77a875c4920a352d9a307f0dd5c1e6741182b624 (diff) | |
download | git-buildpackage-c9afde9f4881666687293a9059ed57c9ee0097b2.tar.gz git-buildpackage-c9afde9f4881666687293a9059ed57c9ee0097b2.tar.bz2 git-buildpackage-c9afde9f4881666687293a9059ed57c9ee0097b2.zip |
too much whitespace
Diffstat (limited to 'git-dch')
-rwxr-xr-x | git-dch | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -51,7 +51,6 @@ def spawn_dch(msg='', author=None, email=None, newversion=False, version=None, r versionopt = "" env = "" - if newversion: if version: versionopt = '--newversion=%s' % version @@ -185,7 +184,6 @@ def get_author(commit): return m.group('author'), m.group('email') - def parse_commit(repo, commitid, options): """parse a commit and return message and author""" msg = '' |