projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398c16a
)
dch: Fix error reporting on parsing errors
author
Guido Günther
<agx@sigxcpu.org>
Mon, 13 Aug 2012 06:36:39 +0000
(08:36 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Mon, 13 Aug 2012 06:36:39 +0000
(08:36 +0200)
gbp/scripts/dch.py
patch
|
blob
|
history
diff --git
a/gbp/scripts/dch.py
b/gbp/scripts/dch.py
index
c2ac50e
..
b6fbab1
100644
(file)
--- a/
gbp/scripts/dch.py
+++ b/
gbp/scripts/dch.py
@@
-338,7
+338,7
@@
def main(argv):
parser = GbpOptionParserDebian(command=os.path.basename(argv[0]), prefix='',
usage='%prog [options] paths')
except ConfigParser.ParsingError as err:
- gbp.log.err
ror
(err)
+ gbp.log.err(err)
return 1
range_group = GbpOptionGroup(parser, "commit range options",
"which commits to add to the changelog")