.arcconfig
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 12 Mar 2019 14:58:35 -0700
changeset 41986 95e4ae86329f
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
patch: include newline at EOF in help text for interactive patch The lack of a newline means that some "editors" that are useful in tests, such as `echo "+new line" >> "$1"` don't work. It's obviously easy to work around it, but newline at EOF seems like a good practice anyway. Differential Revision: https://phab.mercurial-scm.org/D6124

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