.arcconfig
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 04 Feb 2018 14:58:32 -0800
changeset 35980 556218e08e25
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
sshpeer: remove support for connecting to <0.9.1 servers (BC) 197d10e157ce made this change for the HTTP peer. Let's do the same for the SSH peer. Test output changes as expected. A redundant test has been dropped. .. bc:: Support for connecting to Mercurial servers older than 0.9.1 has been removed. Differential Revision: https://phab.mercurial-scm.org/D2036

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