view tests/helper-killhook.py @ 50189:6065a8936b00

narrow: write the narrow spec in a transaction during clone It will be simpler if all write happens within transaction.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 23 Feb 2023 04:35:16 +0100
parents 21ed126bab53
children
line wrap: on
line source

import os


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