.arcconfig
author Kyle Lippincott <spectral@google.com>
Wed, 13 Mar 2019 18:39:45 -0700
changeset 41992 fa3b0ca9d74f
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
crecord: redraw the screen on ctrl-L This is the normal use of Ctrl-L, so I think this is going to be what most people expect it to do. We're keeping the adjustment of what line we're scrolled to as well. I believe both to be necessary to handle otherwise inescapable situations when we've got screen corruption or edge-cases during window resizing. Differential Revision: https://phab.mercurial-scm.org/D6130

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