view tests/helper-killhook.py @ 49673:e33776297d1f

test-revlog-raw: drop the overwrite of dead code The revlog class no longer have a _isgooddeltainfo method for a long time. So overwriting it does not get us anything. The test have been wrapping the right code since then anyway.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 07 Nov 2022 18:06:17 -0500
parents 21ed126bab53
children
line wrap: on
line source

import os


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