aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()