From 3ad4de1cfa8b28974b2e0c3a4626315c4aea14ef Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 28 Oct 2010 13:27:43 -0400 Subject: [PATCH] Add `list --sort time` test reproducing Gianluca's bug. --- libbe/command/list.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.26.2