diff options
author | Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com> | 2005-04-22 16:59:54 +0000 |
---|---|---|
committer | Oleg Romanyshyn <oromanyshyn@panoramicfeedback.com> | 2005-04-22 16:59:54 +0000 |
commit | 1d1d267da9b6c65937ac5aff529d6f98a692bbd5 (patch) | |
tree | 6fb453982bb23fa16b0c96aa659f916c8e19787c /becommands | |
parent | 1c659c0af5e1e791dc11a5204705dbdec99a500a (diff) | |
download | bugseverywhere-1d1d267da9b6c65937ac5aff529d6f98a692bbd5.tar.gz |
Changed layout of the displaying bugs (list and show commands)
Diffstat (limited to 'becommands')
-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, |