aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/list.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-10-28 13:27:43 -0400
committerW. Trevor King <wking@drexel.edu>2010-10-28 13:27:43 -0400
commit3ad4de1cfa8b28974b2e0c3a4626315c4aea14ef (patch)
tree8a1ef9489d854d170d9f8fa9e510eae5c68ce518 /libbe/command/list.py
parent9d8ca3e2b8b5231cef8b21101d44b8bb06f4d177 (diff)
downloadbugseverywhere-3ad4de1cfa8b28974b2e0c3a4626315c4aea14ef.tar.gz
Add `list --sort time` test reproducing Gianluca's bug.
Diffstat (limited to 'libbe/command/list.py')
-rw-r--r--libbe/command/list.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbe/command/list.py b/libbe/command/list.py
index c353e09..48606f6 100644
--- a/libbe/command/list.py
+++ b/libbe/command/list.py
@@ -91,6 +91,7 @@ class List (libbe.command.Command):
abc/a:om: Bug A
>>> ret = ui.run(cmd, {'status':'closed'})
abc/b:cm: Bug B
+ >>> ret = ui.run(cmd, {'status':'all', 'sort':'time'})
>>> bd.storage.writeable
True
>>> ui.cleanup()