.arcconfig
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 10 Aug 2024 14:18:44 -0400
changeset 51799 1888846a1ee2
parent 44128 ff396501e841
permissions -rw-r--r--
typing: fix the hint for the `mode` argument of `platform.copymode()` The posix module is doing a bitwise AND with this and an integer, so it can't be bytes. The only caller that provides the argument is `util.mktempcopy()`, and pytype infers the type as Any, which explains why this wasn't caught.

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