From ec7bd94142bea850325ef059999b08bf385577a4 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 16 Sep 2013 19:08:33 +0200 Subject: pq: print which patch failed to apply --- gbp/scripts/pq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gbp/scripts/pq.py b/gbp/scripts/pq.py index 6885078..70aabf5 100755 --- a/gbp/scripts/pq.py +++ b/gbp/scripts/pq.py @@ -151,6 +151,7 @@ def import_quilt_patches(repo, branch, series, tries, force): try: apply_and_commit_patch(repo, patch, maintainer, patch.topic) except (GbpError, GitRepositoryError): + gbp.log.err("Failed to apply '%s'" % patch.path) repo.set_branch(branch) repo.delete_branch(pq_branch) break -- cgit v1.2.3