projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61010c1
)
becommands.target.bug_target(TARGET-BUG) now returns TARGET-BUG
author
W. Trevor King
<wking@drexel.edu>
Sun, 6 Dec 2009 08:11:39 +0000
(
03:11
-0500)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 6 Dec 2009 08:11:39 +0000
(
03:11
-0500)
becommands/target.py
patch
|
blob
|
history
diff --git
a/becommands/target.py
b/becommands/target.py
index fbc4b377d606a529cd371219e152e38fa897c2e1..9ccbacc0d12a46ad68df8e5627dded4ace47f7b8 100644
(file)
--- a/
becommands/target.py
+++ b/
becommands/target.py
@@
-138,6
+138,8
@@
def bug_from_target_summary(bugdir, summary=None):
return matched[0]
def bug_target(bugdir, bug):
+ if bug.severity == 'target':
+ return bug
matched = []
for blocked in depend.get_blocks(bugdir, bug):
if blocked.severity == 'target':