.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 09 Oct 2018 12:56:11 -0700
changeset 40101 57500950f40e
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
cmdutil: sort unresolved paths I noticed that `hg status` was printing unresolved paths in a non-deterministic order. This patch fixes that. I'm not sure if the sorting should be done in merge.mergestate.unresolved() instead. Either way fixes the presentation issue. Differential Revision: https://phab.mercurial-scm.org/D4929

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