projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f64ed8e
)
Remove blank lines from `be list' output
author
W. Trevor King
<wking@drexel.edu>
Fri, 14 Nov 2008 05:03:04 +0000
(
00:03
-0500)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 14 Nov 2008 05:03:04 +0000
(
00:03
-0500)
becommands/list.py
patch
|
blob
|
history
diff --git
a/becommands/list.py
b/becommands/list.py
index d7457026b019e1ab043b85958c6e57a9b761b778..cf06ccd1c0534a1cf321603e9d1507222b9c0d72 100644
(file)
--- a/
becommands/list.py
+++ b/
becommands/list.py
@@
-83,7
+83,7
@@
def execute(args):
print cmdutil.underlined(title)
for bug in cur_bugs:
print cmdutil.bug_summary(bug, all_bugs, no_target=no_target,
- shortlist=True)
+ shortlist=True)
,
list_bugs(my_target_bugs,
"Bugs assigned to you for target %s" % tree.target,