tests/helper-killhook.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 02 Dec 2022 18:18:57 +0100
changeset 49868 d979c76d6e54
parent 47295 21ed126bab53
permissions -rw-r--r--
path: allow to copy a path while adjusting the url This will be used by `scheme` in the next changesets.

import os


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