.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 04 Apr 2018 10:13:08 -0700
changeset 37358 d5e1678026fd
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
pull: pass rev to check out as integer to postincoming() I don't know if there's ever been a need for it to be a string (it's been like that since 02f40b2ece3f (commands: use rev from remote repo when updating as part of a pull, 2009-10-21)). I'm soon going to require it to be an integer, so let's fix this first. Differential Revision: https://phab.mercurial-scm.org/D3086

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