view tests/helper-killhook.py @ 49547:07b9ca52a378 stable

dirstate-v2: fix typos in docstrings
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 26 Oct 2022 12:19:47 +0200
parents 21ed126bab53
children
line wrap: on
line source

import os


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