tests/helper-killhook.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 11 Jan 2023 17:27:19 +0100
changeset 49979 f5b168979626
parent 47284 21ed126bab53
permissions -rw-r--r--
rust: move `filter_map_results` to public util This is a useful general-purpose function. It will be used in the next changesets.

import os


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