From: W. Trevor King Date: Thu, 28 Oct 2010 17:27:43 +0000 (-0400) Subject: Add `list --sort time` test reproducing Gianluca's bug. X-Git-Tag: 1.0.0~3^2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3ad4de1cfa8b28974b2e0c3a4626315c4aea14ef;p=be.git Add `list --sort time` test reproducing Gianluca's bug. --- 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()