.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 20 Dec 2019 14:03:12 -0800
changeset 44360 2bd3b95fdce0
parent 44128 ff396501e841
permissions -rw-r--r--
copy: rewrite walkpat() to depend less on dirstate I want to add a `hg cp/mv -r <rev>` option to mark files as copied/moved in an existing commit (amending that commit). The code needs to not depend on the dirstate for that. Differential Revision: https://phab.mercurial-scm.org/D8031

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