view tests/helper-killhook.py @ 49191:4450faeb52bb

rust: make requirements public These can be used by any client crates (including `rhg`), no need to make them private to the crate. Differential Revision: https://phab.mercurial-scm.org/D12610
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 15 Apr 2022 22:02:07 +0200
parents 21ed126bab53
children
line wrap: on
line source

import os


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