comparison CONTRIBUTORS @ 34289:1d6558f5ea74

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
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 20 Sep 2017 07:46:55 +0530
parents c29efd272395
children
comparison
equal deleted inserted replaced
34288:fc3b8483c6cb 34289:1d6558f5ea74