.arcconfig
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 09 Mar 2018 21:42:33 -0500
changeset 36915 651c80720eed
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
xdiff: silence a 32-bit shift warning on Windows It's probably harmless, but: warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) Adding a 'ULL' suffix to 1 also works, but I doubt that's portable.

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