tests/helper-killhook.py
author Simon Sapin <simon.sapin@octobus.net>
Mon, 13 Sep 2021 13:29:55 +0200
changeset 47987 21d25e9ee58e
parent 47295 21ed126bab53
permissions -rw-r--r--
rust: Keep lazily-initialized Changelog and Manifest log on the Repo object That way if one of them is accessed multiple times it won’t be reopened from the filesystem. Differential Revision: https://phab.mercurial-scm.org/D11406

import os


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