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:
0b2b869
)
gbp-pull: Adjust incorrect logging level
author
Guido Günther
<agx@sigxcpu.org>
Sun, 16 Jan 2011 17:21:40 +0000
(18:21 +0100)
committer
Guido Günther
<agx@sigxcpu.org>
Sun, 16 Jan 2011 17:21:40 +0000
(18:21 +0100)
gbp-pull
patch
|
blob
|
history
diff --git
a/gbp-pull
b/gbp-pull
index 102168de9b73697c83ceaf83058dd0ed7fb44cc2..57a251004416f7cba68e8e0e69d4f4491f5eb5a3 100755
(executable)
--- a/
gbp-pull
+++ b/
gbp-pull
@@
-40,7
+40,7
@@
def fast_forward_branch(branch, repo, options):
remote = repo.get_merge_branch(branch)
if not remote:
- gbp.log.
err("Warning: n
o branch tracking '%s' found - skipping." % branch)
+ gbp.log.
warn("N
o branch tracking '%s' found - skipping." % branch)
return False
can_fast_forward, up_to_date = repo.is_fast_forward(branch, remote)