aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-02-18 16:26:19 +0100
committerGuido Günther <agx@sigxcpu.org>2012-02-18 16:26:19 +0100
commit8acec833e27892f74d10811cf95516b4380234ba (patch)
treea4e4cf6708407dcb01f039c6a585408f89c592fc /gbp
parent38afb27a1e3c792e1989f338428f31f46271abab (diff)
parent1e1ae2ecae0660ce1e5cc1e97a77b2999b46cb3c (diff)
Merge tag 'debian/0.6.0_git20120218' into experimental
Debian release 0.6.0~git20120218
Diffstat (limited to 'gbp')
-rwxr-xr-xgbp/scripts/pq.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/pq.py b/gbp/scripts/pq.py
index dbb4618c..ec9ae6d2 100755
--- a/gbp/scripts/pq.py
+++ b/gbp/scripts/pq.py
@@ -286,7 +286,7 @@ def apply_and_commit_patch(repo, patch, topic=None):
name, email = get_maintainer_from_control()
if name:
gbp.log.warn("Patch '%s' has no authorship information, "
- "using '%s <%s>'" % (patch, name, email))
+ "using '%s <%s>'" % (patch.path, name, email))
author['name'] = name
author['email'] = email
else: