.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 06 Sep 2018 15:56:53 -0700
changeset 41367 b44f1703b28c
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
grep: don't look up copy info unless --follow is given If no --follow was given, then the "copy" variable will become None. In that case we would still look up the copy information from the filelog and then ignore it. Let's avoid even looking it up. Differential Revision: https://phab.mercurial-scm.org/D5620

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