diff options
Diffstat (limited to 'becommands/list.py')
-rw-r--r-- | becommands/list.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/list.py b/becommands/list.py index 4b0fa1d..9b3b40b 100644 --- a/becommands/list.py +++ b/becommands/list.py @@ -63,7 +63,7 @@ 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) + 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, |