view tests/helper-killhook.py @ 50193:c6df5349183b

dirstate: add documentation about the expectation of `running_status` context
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 20 Feb 2023 15:28:08 +0100
parents 21ed126bab53
children
line wrap: on
line source

import os


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