.arcconfig
author Pulkit Goyal <pulkit@yandex-team.ru>
Tue, 23 Oct 2018 14:26:17 +0300
changeset 40435 d362a41ee5dd
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
tests: show that adding an already included path still calls narrow_widen() This patch adds tests demonstrating that we still go to the server in non-ellipses widening when we have that path already on the client and there is nothing new to download. The next patch will try to make client side logic smart and not go to the server if we don't need to download anything. Differential Revision: https://phab.mercurial-scm.org/D5182

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