Mercurial > evolve
comparison tests/test-userguide.t @ 5323:6ea05c9744de stable
obslog: make obslog --no-origin -f work with multiple successor sets
When trying to sort multiple successor sets, this block of code used to fail
with:
- TypeError: '<' not supported between instances of 'dict' and 'dict' (on py3)
- TypeError: cannot compare sets using cmp() (on py2)
So for sorted() to work properly, we need to remove dicts and sets from the
data.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 14 May 2020 22:19:58 +0800 |
parents | c9798965b1f4 |
children | 3810ca63398f 12c53d7122a7 |
comparison
equal
deleted
inserted
replaced
5320:c2eea89b3f74 | 5323:6ea05c9744de |
---|