view tests/helper-killhook.py @ 48579:21c0ae0693bc

tests: support pygments 2.11 (issue6628) Differential Revision: https://phab.mercurial-scm.org/D11970
author C?dric Krier <ced@b2ck.com>
date Sun, 09 Jan 2022 13:35:30 +0100
parents 21ed126bab53
children
line wrap: on
line source

import os


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