.arcconfig
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 26 May 2018 01:52:42 +0530
changeset 38153 108ebd8eff5c
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
tests: add test showing --continue not preserving --date and --user flags This patch adds test showing that we don't preserve the user passed --date and --user values in `hg graft`. I was fixing that and realized this is untested. Adding tests before so that behavior change or the fix is easy to realize. Differential Revision: https://phab.mercurial-scm.org/D3658

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