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:
fd440e2
)
pq: minor log message typo fix
author
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Thu, 30 Jan 2014 15:37:59 +0000
(17:37 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Thu, 27 Mar 2014 19:43:55 +0000
(20:43 +0100)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/scripts/common/pq.py
patch
|
blob
|
history
diff --git
a/gbp/scripts/common/pq.py
b/gbp/scripts/common/pq.py
index 8e41d4ae2140c2a447f746eed3940cd334a78a1f..d3c07d17e3957d8bff8264c1b13ac6535741f090 100644
(file)
--- a/
gbp/scripts/common/pq.py
+++ b/
gbp/scripts/common/pq.py
@@
-89,7
+89,7
@@
def parse_gbp_commands(info, cmd_tag, noarg_cmds, arg_cmds):
elif noarg_cmds and cmd in noarg_cmds:
commands[cmd] = match.group('args')
else:
- gbp.log.warn("Ignoring unknow gbp-command '%s' in commit %s"
+ gbp.log.warn("Ignoring unknow
n
gbp-command '%s' in commit %s"
% (line, info['id']))
return commands