.arcconfig
author Pulkit Goyal <pulkit@yandex-team.ru>
Sun, 17 Mar 2019 18:29:23 +0300
changeset 42026 98908e36d58a
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
discovery: prevent recomputing info about server and outgoing changesets We already iterate over the outgoing.missing above and lookup repo for them. So let's reuse info calculated at that time instead of recomputing that again. Also we calculate the set of remotebranches by doing set(remotemap), so let's reuse that again. Upcoming patches will clean things a bit more. Differential Revision: https://phab.mercurial-scm.org/D6144

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