.arcconfig
author Denis Laxalde <denis@laxalde.org>
Sun, 11 Feb 2018 20:37:44 +0100
changeset 36193 a228b2f55ad6
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
tests: add a test demonstrate that 'revert -i' ignores nonexistent patterns As described in issue5789, when revert is called through: hg revert -i <some file that does not exist> we'd expect the command to abort early. Currently, it just warns about missing file but prompt about files unrelated to user arguments.

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