.arcconfig
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 05 Feb 2019 20:50:54 -0500
branchstable
changeset 41583 87a6e3c953e0
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
subrepo: avoid false unsafe path detection on Windows Subrepo paths are not normalized for the OS, so what was happening in the subsequent root path check was: root -> $TESTTMP\issue1852a\sub/repo util.expandpath(...) -> $TESTTMP\issue1852a\sub/repo os.path.realpath(...) -> $TESTTMP\issue1852a\sub\repo

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