##// END OF EJS Templates
tersestatus: sort the dictionary before iterating on it...
tersestatus: sort the dictionary before iterating on it There has report of flakiness in test-status-terse.t. In the terse code, we are iterating on a dictionary without sorting and since python dicts are unordered, that can be a reason behind the flakiness. Before we have a better implementation for the terse thing, let's make sure current implementation possess minimum bugs. Differential Revision: https://phab.mercurial-scm.org/D740

File last commit:

r32206:c4858385 default
r34290:1d6558f5 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer