view tests/helper-killhook.py @ 50227:cbd4c9234e25 stable

rust-repo: move dirstate-v2 opening to a separate method The next changeset will make changes to this logic, it helps to have it in order first.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 28 Feb 2023 12:15:19 +0100
parents 21ed126bab53
children
line wrap: on
line source

import os


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