view tests/helper-killhook.py @ 48325:d3222525bc8e stable

tests: use more portable mkdir -p instead of --parents (issue6591) Differential Revision: https://phab.mercurial-scm.org/D11755
author Thomas Klausner <wiz@gatalith.at>
date Mon, 15 Nov 2021 00:15:21 +0100
parents 21ed126bab53
children
line wrap: on
line source

import os


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