projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c24ff
)
Fixed style
author
Aaron Bentley
<abentley@panoramicfeedback.com>
Fri, 22 Apr 2005 17:53:13 +0000
(17:53 +0000)
committer
Aaron Bentley
<abentley@panoramicfeedback.com>
Fri, 22 Apr 2005 17:53:13 +0000
(17:53 +0000)
becommands/list.py
patch
|
blob
|
history
diff --git
a/becommands/list.py
b/becommands/list.py
index 7c0f8defb91b01aa34febcf7a43167562c4261f0..ecd597b6cdd1d387a34574df286f4bcaf41795a9 100644
(file)
--- a/
becommands/list.py
+++ b/
becommands/list.py
@@
-66,7
+66,8
@@
def execute(args):
if len(cur_bugs) > 0:
print cmdutil.underlined(title)
for bug in cur_bugs:
- print cmdutil.bug_summary(bug, all_bugs, no_target=no_target, shortlist=True)
+ print cmdutil.bug_summary(bug, all_bugs, no_target=no_target,
+ shortlist=True)
list_bugs(my_target_bugs,
"Bugs assigned to you for target %s" % tree.target,