view tests/helper-killhook.py @ 47306:aa07bcc4f505

test: remove some unnecessary dependency on repo format Differential Revision: https://phab.mercurial-scm.org/D10757
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Tue, 18 May 2021 23:36:21 -0400
parents 21ed126bab53
children
line wrap: on
line source

import os


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