view tests/helper-killhook.py @ 49981:364e78389653

rust-ui: refactor ui code for printing narrow/sparse warnings This will be used elsewhere in the code, starting from the next commit.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 11 Jan 2023 16:42:29 +0100
parents 21ed126bab53
children
line wrap: on
line source

import os


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