Mercurial
Mercurial
>
hg
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
tests/helper-killhook.py
author
Manuel Jacob <me@manueljacob.de>
Sun, 29 May 2022 15:53:01 +0200
changeset 49295
7d9a45c7517f
parent 47284
21ed126bab53
permissions
-rw-r--r--
py3: remove hack that removed flush argument from print() calls on Python 2
import os
def killme(ui, repo, hooktype, **wkargs):
os._exit(80)