.arcconfig
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 04 Oct 2017 15:27:43 +0200
changeset 34854 39b094e4ae2c
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
revset: extract a parsefollowlinespattern helper function We'll need the same logic in forthcoming changeset to handle --line-range option in 'hg log' command. The function lives in scmutil.py (rather than util.py) as it uses match and pathutil modules.

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