.arcconfig
author Raphaël Gomès <rgomes@octobus.net>
Wed, 02 Oct 2024 13:36:51 +0200
changeset 52047 e1fe336c007a
parent 44128 ff396501e841
permissions -rw-r--r--
rust-repo: don't use on-disk dirstate parents in v1 This mistake was not causing any problems yet since we were never updating parents from Rust code. This is about to change, so let's fix it.

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