projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7df4d8c
)
pq: print which patch got just applied
author
Guido Günther
<agx@sigxcpu.org>
Wed, 24 Dec 2014 08:25:30 +0000
(09:25 +0100)
committer
Guido Günther
<agx@sigxcpu.org>
Sun, 28 Dec 2014 12:02:22 +0000
(13:02 +0100)
gbp/scripts/common/pq.py
patch
|
blob
|
history
diff --git
a/gbp/scripts/common/pq.py
b/gbp/scripts/common/pq.py
index f7bae233ffcf201e7778df85dc81093f6eb96e8e..459afb9bec0828f782d8588bea0eccdff133fdb4 100644
(file)
--- 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):