tests/helper-killhook.py
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 05 May 2022 15:38:29 +0100
changeset 49174 3f86ee422095
parent 47284 21ed126bab53
permissions -rw-r--r--
censor: make rhg fall back to python when encountering a censored node This is to make it support censor.policy=ignore without having to duplicate that logic. Also, change the censor test in such a way that it uses rhg now, because extensions are disabled except when we call [hg censor]. Differential Revision: https://phab.mercurial-scm.org/D12607

import os


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