aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-01-17 11:14:56 +0100
committerGuido Günther <agx@sigxcpu.org>2020-01-17 11:14:56 +0100
commitbddd221ee61f8fca61f5a7e17ee47019862c1da7 (patch)
tree60fc02293f614af45e31818a4d8fb0c7698559d9 /gbp
parentabe1ec75401a5e374115c69c0d25dcdbdaddf971 (diff)
dch: Always print where we pick up
Diffstat (limited to 'gbp')
-rw-r--r--gbp/scripts/dch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py
index b1c8aa82..e48e87b5 100644
--- a/gbp/scripts/dch.py
+++ b/gbp/scripts/dch.py
@@ -486,7 +486,7 @@ def main(argv):
msg = "Continuing from commit '%s'" % since
else:
msg = "Starting from first commit"
- gbp.log.info(msg)
+ gbp.log.info(msg)
found_snapshot_banner = has_snapshot_banner(cp)
if args: