.arcconfig
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 20 Sep 2017 07:46:55 +0530
changeset 34296 1d6558f5ea74
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
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

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}