view tests/helper-killhook.py @ 47414:5fbac82a8780

revlog: byteify a few error strings Differential Revision: https://phab.mercurial-scm.org/D10875
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 12 Jun 2021 00:51:34 -0400
parents 21ed126bab53
children
line wrap: on
line source

import os


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