pq: print which patch got just applied
authorGuido Günther <agx@sigxcpu.org>
Wed, 24 Dec 2014 08:25:30 +0000 (09:25 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sun, 28 Dec 2014 12:02:22 +0000 (13:02 +0100)
gbp/scripts/common/pq.py

index f7bae233ffcf201e7778df85dc81093f6eb96e8e..459afb9bec0828f782d8588bea0eccdff133fdb4 100644 (file)
@@ -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):