view tests/helper-killhook.py @ 49350:0b00998e336a

rust-dirstate: add `intersectionmatcher` to the allowed matchers `IntersectionMatcher` is now implemented in Rust.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 08 Jun 2022 18:12:55 +0200
parents 21ed126bab53
children
line wrap: on
line source

import os


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