From 578e394e3933fbae30d7185572317b63188ffbc0 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 24 Dec 2014 09:25:30 +0100 Subject: pq: print which patch got just applied --- gbp/scripts/common/pq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gbp/scripts/common/pq.py b/gbp/scripts/common/pq.py index f7bae23..459afb9 100644 --- a/gbp/scripts/common/pq.py +++ b/gbp/scripts/common/pq.py @@ -265,6 +265,7 @@ def switch_to_pq_branch(repo, branch): def apply_single_patch(repo, branch, patch, fallback_author, topic=None): switch_to_pq_branch(repo, branch) apply_and_commit_patch(repo, patch, fallback_author, topic) + gbp.log.info("Applied %s" % os.path.basename(patch.path)) def apply_and_commit_patch(repo, patch, fallback_author, topic=None): -- cgit v1.2.3