view tests/helper-killhook.py @ 49294:003c0732c055

py3: remove long() compatibility code
author Manuel Jacob <me@manueljacob.de>
date Sun, 29 May 2022 16:12:27 +0200
parents 21ed126bab53
children
line wrap: on
line source

import os


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