view tests/helper-killhook.py @ 48639:9642dbe7bca1

test-http-bad-server: document that the value are actually a list I don't really expect this doc to be read a lot, but mentioning that this is a list seems important. Differential Revision: https://phab.mercurial-scm.org/D12048
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 22 Jan 2022 01:13:12 +0100
parents 21ed126bab53
children
line wrap: on
line source

import os


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