tests/helper-killhook.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 09 Nov 2022 23:28:01 -0500
branchstable
changeset 49581 04f1dba53c96
parent 47284 21ed126bab53
permissions -rw-r--r--
rust: create wrapper struct to reduce `regex` contention issues Explanations inline.

import os


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