tests/helper-killhook.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 03 Dec 2022 00:13:50 +0100
changeset 49864 611ccb631cbc
parent 47295 21ed126bab53
permissions -rw-r--r--
peer: add a `path` attribute to peer It will start being set in the coming changesets.

import os


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