view tests/helper-killhook.py @ 49276:3b102efde517 stable

revset: fix the doc of "nodefromfile" This should maybe be called "nodesfromfile", but at least the documentation is correct (it was previously a copy past from follow).
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 03 Jun 2022 17:18:46 +0200
parents 21ed126bab53
children
line wrap: on
line source

import os


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