view tests/helper-killhook.py @ 48507:9dd151a39950

merge with stable
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 13 Dec 2021 14:44:16 -0500
parents 21ed126bab53
children
line wrap: on
line source

import os


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