projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d8ca3e
)
Add `list --sort time` test reproducing Gianluca's bug.
author
W. Trevor King
<wking@drexel.edu>
Thu, 28 Oct 2010 17:27:43 +0000
(13:27 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 28 Oct 2010 17:27:43 +0000
(13:27 -0400)
libbe/command/list.py
patch
|
blob
|
history
diff --git
a/libbe/command/list.py
b/libbe/command/list.py
index c353e09056683be149dd3c39e0c6e22f8bb1c339..48606f6a75c3da81ab386ecc36917e2c467e6275 100644
(file)
--- 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()