.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sun, 10 Dec 2017 18:25:33 +0900
changeset 35646 a177c6aa055a
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
log: rewrite --follow-first -rREV like --follow for consistency (BC) This helps fixing the "--follow -rREV PATH" issue. .. bc:: ``log --follow-first -rREV``, which is deprecated, now follows the first parent of merge revisions from the specified ``REV`` just like ``log --follow -rREV``.

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