.arcconfig
author pavanpc@fb.com
Fri, 17 Nov 2017 22:52:40 +0000
changeset 35144 7a58608281dd
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
remove: print message for each file in verbose mode only while using `-A` (BC) hg rm -A option prints the message of every file in the repo. This is not very user friendly for a big repository with thousands of files. So enabling this feature only when run in --verbose mode (hg rm -Av) Differential Revision: https://phab.mercurial-scm.org/D1336

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