.arcconfig
author Navaneeth Suresh <navaneeths1998@gmail.com>
Thu, 31 Jan 2019 18:17:02 +0530
changeset 41490 09f1c17e24dd
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
tags: avoid generating commit for an already deleted tag (issue5752) `$ hg tag --remove <tagname>` will keep on generating commits regardless of checking whether the tag is deleted or not. I added a a fix for `global` tags by aborting if `nullid` is already mapped to the tag that is to be deleted. Differential Revision: https://phab.mercurial-scm.org/D5780

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