view tests/helper-killhook.py @ 48349:c12ed33558cb

rhg: Add support for `rhg status -n` The `RHG_STATUS=1` bit added here can be removed when `unset RHG_STATUS` near the top of the file is removed. Differential Revision: https://phab.mercurial-scm.org/D11815
author Simon Sapin <simon.sapin@octobus.net>
date Fri, 26 Nov 2021 15:59:09 +0100
parents 21ed126bab53
children
line wrap: on
line source

import os


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