.arcconfig
author Kyle Lippincott <spectral@google.com>
Tue, 26 Nov 2019 16:10:21 -0800
changeset 43799 5558e3437872
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
amend: check for file modifications when updating dirstate (issue6233) Previously, we called dirstate.normal(f), which would put information into the dirstate claiming that the file on disk is what it "should be" for the current checkout, and it would have the size and timestamp of the most recent modification to the file (which is not necessarily the one we just committed). If the file was modified while the commit message editor was open, we would put incorrect information into the dirstate. Differential Revision: https://phab.mercurial-scm.org/D7521

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