tests/helper-killhook.py
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 20 Sep 2021 10:45:18 -0400
changeset 48032 94d4a3f78e99
parent 47295 21ed126bab53
permissions -rw-r--r--
typing: suppress an name-error warning in `mercurial/windows.py` Newly caught by pytype 2021-09-09. Differential Revision: https://phab.mercurial-scm.org/D11469

import os


def killme(ui, repo, hooktype, **wkargs):
    os._exit(80)