[Merge] performance increases for 'bzr status'

Andrew Bennetts andrew at canonical.com
Tue May 30 08:31:04 BST 2006


On Tue, May 30, 2006 at 12:33:37AM -0500, John A Meinel wrote:
[...]
> But 'modified' and 'unchanged' shouldn't need to be sorted.
> Is there anyway to just assert that a list is sorted for testing purposes?

The simplest way is "self.assertEqual(sorted(some_list), some_list)" I think.

-Andrew.





More information about the bazaar mailing list