##// END OF EJS Templates
py3: fix sorting of obsolete markers when building bundle...
py3: fix sorting of obsolete markers when building bundle Last item of marker tuple (parents) is either None or tuple. Comparison thus fails on Python 3 with: TypeError: '<' not supported between instances of 'tuple' and 'NoneType' Fixing this by coercing None to the empty tuple when sorting markers in exchange._getbundleobsmarkerpart().

File last commit:

r39808:ae531f5e default
r43438:01e8eefd default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer