view tests/helper-killhook.py @ 49104:b5c2aca84618

rust-dirstatemap: add `set_clean` method This is the new dirstate API that has already been moved to in Python. Differential Revision: https://phab.mercurial-scm.org/D12502
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 28 Mar 2022 18:02:50 +0200
parents 21ed126bab53
children
line wrap: on
line source

import os


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