.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 04 Apr 2018 22:36:21 -0700
changeset 37360 d0d55980ffa7
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
extdatasource: use revsymbol() for converting to node It's unclear what we want to support here. Perhaps it should just be nodeids? It doesn't make much sense to share revnums between repos, and bookmarks are probably too unstable. I used scmutil.revsymbol() to preserve the current behavior. We can change later if we want to. Differential Revision: https://phab.mercurial-scm.org/D3088

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