tests/helper-killhook.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 14 Dec 2022 00:47:22 +0100
changeset 50098 237e9d2e1c71
parent 47295 21ed126bab53
permissions -rw-r--r--
dirstate: use `dirstate.change_files` to scope the change in `amend` This is the way.

import os


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