.arcconfig
author Pulkit Goyal <pulkit@yandex-team.ru>
Wed, 24 Oct 2018 17:51:49 +0300
changeset 40515 1c34b31a6c9c
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
remotefilelogserver: add a matcher argument to _walkstreamfiles() Implementing narrow stream clones in core, I added an optional matcher argument. The function in remotefilelogserver.py does not know about that argument and does not accept that and hence some tests fails. Differential Revision: https://phab.mercurial-scm.org/D5191

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