.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Sun, 25 Mar 2018 21:28:30 -0700
changeset 41778 e9413a3be093
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
context: rewrite renamed() in terms of new copysource() where appropriate It's only the filectx for committed files that have the copy source's nodeid easily available; workingfilectx's and overlayfilectx's renamed() simply find the nodeid by looking in the changeset's p1's manifest. Differential Revision: https://phab.mercurial-scm.org/D6009

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