tests/helper-killhook.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 11 Jul 2021 17:03:58 +0200
changeset 47641 5d9f89cd4984
parent 47284 21ed126bab53
permissions -rw-r--r--
dummyssh: call python script with python We don't want windows to grab whatever python got configured to run .py file. We need the python used during the test to be used. Differential Revision: https://phab.mercurial-scm.org/D11083

import os


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